git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3261ecc
)
Show working dir in tests.
author
Maxim Mamontov
<faust.madf@gmail.com>
Fri, 10 Oct 2014 21:37:58 +0000
(
00:37
+0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Fri, 10 Oct 2014 21:37:58 +0000
(
00:37
+0300)
functest/do.sh
patch
|
blob
|
history
diff --git
a/functest/do.sh
b/functest/do.sh
index 77d928a5ee6fd4253aa5bb5acd9ca4f64e3f3459..277a4b3510d5bf0071f984d6d69b44f5598f08cb 100755
(executable)
--- 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