summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-01-28 10:57:55 +0000
committervarac <varacanero@zeromail.org>2015-01-28 10:57:55 +0000
commitf75edda1d72ab6cd8eb8c9f903bca03edf0c66db (patch)
tree96510694aecfc79bf8a2b85eadec00b53b76d322
parent1a58d05e32a382f433b0079fe9ecc88e733a2415 (diff)
moved timestamping to the right place
-rwxr-xr-xleap-platform-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/leap-platform-test b/leap-platform-test
index 3e9c015..1af0e4c 100755
--- a/leap-platform-test
+++ b/leap-platform-test
@@ -140,7 +140,7 @@ deploy() {
ERRLOG2="$LOGDIR/deploy-error.log"
echo "Deploying \"$vm\" on $( date )"|tee -a "$LOG1" "$LOG2"
- $LEAP_CMD $OPTS -v 2 deploy "$vm" 2>&1 | tee -a "$LOG1" "$LOG2" | egrep -v "$FILTER_ALL" | ts | tee -a "$ERRLOG1" "$ERRLOG2" > /dev/null
+ $LEAP_CMD $OPTS -v 2 deploy "$vm" 2>&1 | ts | tee -a "$LOG1" "$LOG2" | egrep -v "$FILTER_ALL" | tee -a "$ERRLOG1" "$ERRLOG2" > /dev/null
if [ -s "$ERRLOG1" ]
then