From 9b10fab1ad6c2324242544cba651e78086f2d6bf Mon Sep 17 00:00:00 2001 From: Shane Snyder Date: Thu, 21 Sep 2017 14:36:16 -0500 Subject: [PATCH] test program server exe name was stale --- tests/test-util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-util.sh b/tests/test-util.sh index 064ae28..5793a45 100644 --- a/tests/test-util.sh +++ b/tests/test-util.sh @@ -44,7 +44,7 @@ function test_start_servers () exit 1 fi - timeout --signal=9 ${maxtime} src/bake-bulk-server tcp://$i $TMPBASE/foo-$i.dat & + timeout --signal=9 ${maxtime} src/bake-bulk-server-daemon tcp://$i $TMPBASE/foo-$i.dat & if [ $? -ne 0 ]; then # TODO: this doesn't actually work; can't check return code of # something executing in background. We have to rely on the -- 2.26.2