]> git.stg.codes - stg.git/blobdiff - functest/do.sh
Show working dir in tests.
[stg.git] / functest / do.sh
index 77d928a5ee6fd4253aa5bb5acd9ca4f64e3f3459..277a4b3510d5bf0071f984d6d69b44f5598f08cb 100755 (executable)
@@ -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