]> git.stg.codes - stg.git/commitdiff
Show working dir in tests.
authorMaxim Mamontov <faust.madf@gmail.com>
Fri, 10 Oct 2014 21:37:58 +0000 (00:37 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Fri, 10 Oct 2014 21:37:58 +0000 (00:37 +0300)
functest/do.sh

index 77d928a5ee6fd4253aa5bb5acd9ca4f64e3f3459..277a4b3510d5bf0071f984d6d69b44f5598f08cb 100755 (executable)
@@ -20,7 +20,7 @@ fi
 
 LOGFILE=`date "+%Y-%m-%d-%H%M%S.log"`
 
 
 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
 ./clone.sh "$DIR" >> "$LOGFILE" 2>&1
 if [ "$?" != "0" ]
 then