From 1d7884b9a4f8c22bfcd2c4b76ce27de7ba949e79 Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 18 Jan 2018 08:22:07 -0600 Subject: Fix test syntax Remove the use of bash -c unless it involves a bash pipe. Also, use run test_runner.sh inside script so that centos can be happy. Signed-off-by: baude Closes: #239 Approved by: baude --- .papr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.papr.sh') diff --git a/.papr.sh b/.papr.sh index b69576ce3..a7aa119ce 100755 --- a/.papr.sh +++ b/.papr.sh @@ -46,7 +46,7 @@ if test -z "${INSIDE_CONTAINER:-}"; then -e PYTHON=$PYTHON \ ${IMAGE} /go/src/github.com/projectatomic/libpod/.papr.sh systemd-detect-virt - ./test/test_runner.sh + script -qefc ./test/test_runner.sh exit 0 fi -- cgit v1.2.3-54-g00ecf