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/daemon-test.sh')
-rwxr-xr-xtest/daemon-test.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/daemon-test.sh b/test/daemon-test.sh
index f0bca9a1..f2cc1c44 100755
--- a/test/daemon-test.sh
+++ b/test/daemon-test.sh
@@ -63,7 +63,7 @@ start_daemon() {
# echo starting daemon
$DaemonCmd
# give it time to be ready
- wait
+ wait; wait; wait
}
cleanup() {
@@ -87,8 +87,10 @@ cat > $PREDREF <<EOF
EOF
+set -x
+
# Train
-$VW --quiet -d $TRAINSET -f $MODEL
+$VW -b 10 --quiet -d $TRAINSET -f $MODEL
start_daemon