Skip to content

Commit

Permalink
test/main: add notice level around tests
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Apr 22, 2024
1 parent 34c1624 commit 2c42d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions microcloud/test/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@ run_test() {
TEST_CURRENT="${1}"
TEST_CURRENT_DESCRIPTION="${2:-${1}}"

echo "==> TEST BEGIN: ${TEST_CURRENT_DESCRIPTION}"
echo "::notice::==> TEST BEGIN: ${TEST_CURRENT_DESCRIPTION}"
START_TIME="$(date +%s)"
${TEST_CURRENT}
END_TIME="$(date +%s)"

echo "==> TEST DONE: ${TEST_CURRENT_DESCRIPTION} ($((END_TIME - START_TIME))s)"
echo "::notice::==> TEST DONE: ${TEST_CURRENT_DESCRIPTION} ($((END_TIME - START_TIME))s)"
}

# Create 4 nodes with 3 disks and 3 extra interfaces.
Expand Down

0 comments on commit 2c42d51

Please sign in to comment.