summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/varlink/run_varlink_tests.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/varlink/run_varlink_tests.sh b/test/varlink/run_varlink_tests.sh
index 8372de10b..fe82b39ef 100755
--- a/test/varlink/run_varlink_tests.sh
+++ b/test/varlink/run_varlink_tests.sh
@@ -23,12 +23,11 @@ export PODMAN_HOST="unix:${TMPSTORAGE}/podman/io.projectatomic.podman"
# Need a location to store the podman socket
mkdir -p ${TMPSTORAGE}/podman
-systemd-cat -t podman -p notice bin/podman --version
+bin/podman --version
set -x
# Run podman in background without systemd for test purposes
-systemd-cat -t podman -p notice \
- bin/podman --storage-driver=vfs --root=${TMPSTORAGE}/crio \
+bin/podman --storage-driver=vfs --root=${TMPSTORAGE}/crio \
--runroot=${TMPSTORAGE}/crio-run varlink ${PODMAN_HOST} &
${PYTHON} -m unittest discover -s test/varlink/ $@