diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-27 18:26:14 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-27 18:26:14 -0400 |
commit | 2f2d99e63f7b200958ae846edaa656ce914993bf (patch) | |
tree | 0ca9a3fc1295d5ef5eb2a86eac48513411b28e5e /tools | |
parent | 32590f3a6c214b0a6ee4ecfb5a21f2d53bd292c4 (diff) | |
download | roux-2f2d99e63f7b200958ae846edaa656ce914993bf.tar.gz |
fix path in regress
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/regress.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regress.sh b/tools/regress.sh index 4106b00..5aaea35 100755 --- a/tools/regress.sh +++ b/tools/regress.sh @@ -1,6 +1,6 @@ #!/bin/sh -for t in test/* +for t in ../test/* do printf "Test $t ... " |