Skip to content

Commit

Permalink
test/main: remove unneeded notice level logs
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Jul 10, 2024
1 parent 1b81b00 commit eb06085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ run_test() {
TEST_CURRENT="${1}"
TEST_CURRENT_DESCRIPTION="${2:-${1}}"

echo "::notice::==> TEST BEGIN: ${TEST_CURRENT_DESCRIPTION}"
echo "==> TEST BEGIN: ${TEST_CURRENT_DESCRIPTION}"
START_TIME="$(date +%s)"
${TEST_CURRENT}
END_TIME="$(date +%s)"
Expand All @@ -169,7 +169,7 @@ run_test() {
# Create 4 nodes with 3 disks and 3 extra interfaces.
# These nodes should be used across most tests and reset with the `reset_systems` function.
testbed_setup() {
echo "::notice::==> SETUP STARTED"
echo "==> SETUP STARTED"
START_TIME="$(date +%s)"

new_systems 4 3 3
Expand Down

0 comments on commit eb06085

Please sign in to comment.