From 482fa12855f05aefe86b71591136c8746cedc8b0 Mon Sep 17 00:00:00 2001 From: ariel faigon Date: Sun, 27 Jul 2014 13:08:41 -0700 Subject: Append test and . to PATH so shell scripts are found more easily --- test/RunTests | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/RunTests b/test/RunTests index 537b5f05..39fef80e 100755 --- a/test/RunTests +++ b/test/RunTests @@ -24,6 +24,8 @@ my $LDA; my $Diff = 'diff'; my $Cat = 'cat'; +$ENV{PATH} .= ':test:.'; + # -V prefixes valgrind like this, we should adjust the default # options over time to what looks most useful. my $Valgrind = 'valgrind --quiet --error-exitcode=100' . @@ -1035,7 +1037,7 @@ __DATA__ train-sets/ref/ezexample_predict.stderr # Test 67: daemon test -daemon-test.sh +./daemon-test.sh test-sets/ref/vw-daemon.stdout # Test 68: empty test, bad builds (without make clean) -- cgit v1.2.3