Removed the last use of sudo in the tests.

This commit is contained in:
Andrew Hamilton 2016-11-10 00:30:46 +01:00
parent d4e375b1fb
commit 4d6632cd21
4 changed files with 29 additions and 35 deletions

View file

@ -2,7 +2,6 @@
CODEBASE_PATH=$(dirname $0)
sudo -p "Some tests need sudo to run... [sudo] password for %u: " true
for test in ${CODEBASE_PATH}/*_test.py; do
echo "Testing $test ..."
./${test} 2>&1