From 4005a36d42598140b2eab9c6b766397eda3173fb Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Mon, 26 Aug 2019 14:07:22 -0400 Subject: [PATCH] fixed typos --- cicd_testing/do-test.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cicd_testing/do-test.sh b/cicd_testing/do-test.sh index d1c4bc1..3f9fdb4 100755 --- a/cicd_testing/do-test.sh +++ b/cicd_testing/do-test.sh @@ -32,11 +32,14 @@ function cleanup() function setup_server() { + $TURBO_HOME/bin/turbod.exe & + turbod_pid=$! + + sleep 1 + $TURBO_HOME/bin/prepd.exe & prepd_pid=$! - $TURBO_HOME/bin/turbod.exe & - turbod_pid=$! } -- GitLab