updated run_tests.sh

pull/2/head
Hari Sekhon 8 years ago
parent 271a9275d8
commit 09495531cf

@ -24,7 +24,7 @@ section "Running Test Scripts"
scripts="$(find "${1:-.}" -iname 'test*.sh' | sort -f)"
for script in $scripts; do
./$script -vvv
./$script
done
section "Test Scripts Completed"

Loading…
Cancel
Save