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:
-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)