Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Sep 3, 2024
1 parent 8bbfe2a commit a00d2c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test-installer
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ test_number=0
CRUCIBLE_DIR=$(pwd)

function start_test() {
set +x
echo "#################################################################################"
echo "Test Number: $(( test_number += 1 ))"
echo "#################################################################################"
set -x
}

function stop_test() {
set +x
echo "*********************************************************************************"
set -x
}

start_test
Expand Down

0 comments on commit a00d2c3

Please sign in to comment.