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:
Diffstat (limited to 'test/RunTests')
-rwxr-xr-xtest/RunTests2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/RunTests b/test/RunTests
index 0956777b..67c6dd02 100755
--- a/test/RunTests
+++ b/test/RunTests
@@ -70,7 +70,7 @@ sub which_lda() {
}
} elsif (@ARGV == 0 || @ARGV == 1) {
foreach my $dir ('.', '..', split(':', $ENV{PATH})) {
- my $exe = "$dir/lda";
+ my $exe = "$dir/vw";
if (-x $exe) {
printf STDERR "Testing lda: %s\n", $exe;
return $exe;