summary refs log tree commit diff
path: root/tools/regress.sh
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-27 18:26:14 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-27 18:26:14 -0400
commit2f2d99e63f7b200958ae846edaa656ce914993bf (patch)
tree0ca9a3fc1295d5ef5eb2a86eac48513411b28e5e /tools/regress.sh
parent32590f3a6c214b0a6ee4ecfb5a21f2d53bd292c4 (diff)
downloadroux-2f2d99e63f7b200958ae846edaa656ce914993bf.tar.gz
fix path in regress
Diffstat (limited to 'tools/regress.sh')
-rwxr-xr-xtools/regress.sh2
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 ... "