Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorariel faigon <github.2009@yendor.com>2014-07-28 00:08:41 +0400
committerariel faigon <github.2009@yendor.com>2014-07-28 00:08:41 +0400
commit482fa12855f05aefe86b71591136c8746cedc8b0 (patch)
tree1c7209082d45a3d8c6cf33e8a8e2a2c8d7becb9a /test/RunTests
parentfd117b005a5ad8a1ea37c6eb46aeeaa363bf2e03 (diff)
Append test and . to PATH so shell scripts are found more easily
Diffstat (limited to 'test/RunTests')
-rwxr-xr-xtest/RunTests4
1 files changed, 3 insertions, 1 deletions
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)