Skip to content

Commit

Permalink
Windows tests @ Mon Aug 26 23:35:38 AEST 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
rycus86 committed Aug 26, 2019
1 parent 3d299e2 commit 07ac4c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/exec-steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ for STEP in /var/lib/tests/step-*.sh; do
TEST_RESULT=$?
TEST_TIME_END=$(date +%s)

let TEST_DURATION="TEST_TIME_END-TEST_TIME_START"
if [ $TEST_DURATION -gt 0 ]; then
TEST_DURATION=$((TEST_TIME_END - TEST_TIME_START))
if [ $TEST_DURATION -gt 1 ]; then
echo " __ Took $TEST_DURATION seconds"
fi

Expand Down

0 comments on commit 07ac4c1

Please sign in to comment.