Skip to content
Snippets Groups Projects
Commit 8346713f authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Fix to test script

parent 33ef6157
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -51,7 +51,7 @@ xvfb-run python setup.py test --addopts="$TEST_OPTS tests/test_platform.py" ...@@ -51,7 +51,7 @@ xvfb-run python setup.py test --addopts="$TEST_OPTS tests/test_platform.py"
# this directory writable by anybody (which, # this directory writable by anybody (which,
# unintuitively, includes nobody) # unintuitively, includes nobody)
chmod -R a+w `pwd` 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 # 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" python setup.py test --addopts="$TEST_OPTS --ignore=tests/test_idle.py --ignore=tests/test_platform.py --ignore=tests/test_immv_imcp.py"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment