From 3261ecc2503f45394eb3b9df97c36b08fb14fb1d Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Sat, 11 Oct 2014 00:37:37 +0300 Subject: [PATCH] Fixed message about stargazer PID. --- functest/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.2