From: Maxim Mamontov Date: Fri, 10 Oct 2014 21:37:37 +0000 (+0300) Subject: Fixed message about stargazer PID. X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/3261ecc2503f45394eb3b9df97c36b08fb14fb1d Fixed message about stargazer PID. --- diff --git a/functest/test.sh b/functest/test.sh index 84f6196d..51a06385 100755 --- a/functest/test.sh +++ b/functest/test.sh @@ -50,7 +50,7 @@ do done PID=`cat "$STGPATH/stargazer.pid"` -printf "Started with pid $PID\n" +printf "\nStarted with pid $PID\n" "$CURPATH/test_admins.sh" "$BASEPATH" "$CURPATH/test_services.sh" "$BASEPATH"