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
path: root/test
diff options
context:
space:
mode:
authorariel faigon <github.2009@yendor.com>2014-07-28 00:55:28 +0400
committerariel faigon <github.2009@yendor.com>2014-07-28 00:55:28 +0400
commit2657467840c9f7ad84c68632b5150367e8166e45 (patch)
treef9e00b44d08104f98a99ac84d87d89f3228dff75 /test
parentaf2187fb4fccf150542046344748d9b410323e3c (diff)
Still failing in travis, but now with status 1. Make sure daemon is ready.
Diffstat (limited to 'test')
-rwxr-xr-xtest/daemon-test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/daemon-test.sh b/test/daemon-test.sh
index 15ff9de4..5bbfc1c5 100755
--- a/test/daemon-test.sh
+++ b/test/daemon-test.sh
@@ -44,6 +44,8 @@ stop_daemon() {
start_daemon() {
# echo starting daemon
$DaemonCmd
+ # give it time to be ready
+ wait
}
cleanup() {