Skip to content

Commit bff7044

Browse files
committed
106 Fix RACK PATH on bind test script
1 parent 41966fa commit bff7044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bundle exec rake simplecov
1313
run_test() {
1414
while [ $# -gt 0 ]
1515
do
16-
bin/automatic -c $1
16+
$RACK_ROOT/bin/automatic -c $1
1717
echo "Return Code is $?"
1818
shift
1919
done

0 commit comments

Comments
 (0)