Removed the last use of sudo in the tests.
This commit is contained in:
parent
d4e375b1fb
commit
4d6632cd21
4 changed files with 29 additions and 35 deletions
1
test-all
1
test-all
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue