From: Maxim Mamontov Date: Fri, 10 Oct 2014 21:37:58 +0000 (+0300) Subject: Show working dir in tests. X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/93876a5fc8231cae1e9f13caf50492985e7ae76e Show working dir in tests. --- diff --git a/functest/do.sh b/functest/do.sh index 77d928a5..277a4b35 100755 --- a/functest/do.sh +++ b/functest/do.sh @@ -20,7 +20,7 @@ fi LOGFILE=`date "+%Y-%m-%d-%H%M%S.log"` -printf "Ok.\nCloning... " +printf "Ok. Working dir: $DIR\nCloning... " ./clone.sh "$DIR" >> "$LOGFILE" 2>&1 if [ "$?" != "0" ] then