From 93876a5fc8231cae1e9f13caf50492985e7ae76e Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Sat, 11 Oct 2014 00:37:58 +0300 Subject: [PATCH] Show working dir in tests. --- functest/do.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2