mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 07:33:01 +02:00
test: Drop support for running tests with podman
When testing in the host's namespace, only docker seems to offer the required capabilities (due to its daemon/client architecture). Qeneth tests can still be run in podman. Users will have to install the docker wrappers for podman to make use of this.
This commit is contained in:
+1
-1
@@ -17,4 +17,4 @@ usage()
|
||||
sys=$1
|
||||
[ -n "$sys" ] || sys=$(infamy)
|
||||
|
||||
$(runner) exec -it --workdir "$ixdir/test" "$sys" ./env -C sh
|
||||
docker exec -it --workdir "$ixdir/test" "$sys" ./env -C sh
|
||||
|
||||
Reference in New Issue
Block a user