Run all tools in a filesystem sandbox
This commit is contained in:
parent
4d0a03cc16
commit
721cc28d03
11 changed files with 426 additions and 151 deletions
4
test-all
4
test-all
|
|
@ -1,7 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
for test in *_test.py; do
|
||||
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
|
||||
echo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue