From 8346713f3b95a718bf34b60da4585a57e719440c Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Mon, 4 Dec 2017 20:34:37 +1030 Subject: [PATCH] Fix to test script --- .ci/test_template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/test_template.sh b/.ci/test_template.sh index e79403cf3..c77a742aa 100644 --- a/.ci/test_template.sh +++ b/.ci/test_template.sh @@ -51,7 +51,7 @@ xvfb-run python setup.py test --addopts="$TEST_OPTS tests/test_platform.py" # this directory writable by anybody (which, # unintuitively, includes nobody) chmod -R a+w `pwd` -su -s /bin/bash -c 'source test.venv/bin/activate && python setup.py test --addopts="$TEST_OPTS tests/test_immv_imcp.py"' nobody +su -s /bin/bash -c 'source /test.venv/bin/activate && python setup.py test --addopts="$TEST_OPTS tests/test_immv_imcp.py"' nobody # All other tests can be run as normal python setup.py test --addopts="$TEST_OPTS --ignore=tests/test_idle.py --ignore=tests/test_platform.py --ignore=tests/test_immv_imcp.py" -- GitLab