Fix some bugs from last time, which I committed to make sure it didn't delete anything...

This commit is contained in:
Nathan Braswell
2016-02-05 05:11:02 -05:00
parent dd34de7c88
commit 464805b7aa
3 changed files with 7 additions and 4 deletions

4
tests/new_runner.sh Normal file → Executable file
View File

@@ -1,6 +1,6 @@
#!/bin/bash
runner_path="./test_runner/test_runner"
runner_path="./tester/tester"
#testDir=${1:-"../tests"}
testDir="."
ext=${2:-"krak"}
@@ -12,4 +12,4 @@ for dir in `find ${testDir} -type f -name "test_*.${ext}"`; do
fileList+=\ $testDir\/$filename
done
${runner_path} "--test" ${fileList}
${runner_path} ${fileList}