summaryrefslogtreecommitdiff
path: root/leap-platform-test
diff options
context:
space:
mode:
Diffstat (limited to 'leap-platform-test')
-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