From f75edda1d72ab6cd8eb8c9f903bca03edf0c66db Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 28 Jan 2015 10:57:55 +0000 Subject: moved timestamping to the right place --- leap-platform-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'leap-platform-test') 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 -- cgit v1.2.3