Skip to content

Commit

Permalink
Add cleanup call
Browse files Browse the repository at this point in the history
  • Loading branch information
garbast committed May 12, 2024
1 parent 5658c6f commit 8d98949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build/Scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ if [[ $DEBUG_TESTS != true ]]; then
runFunctionalTests "8.2" ${TCORE} ${TFRAMEWORK} ${TPATH} ${LOWEST} || exit 1
runFunctionalTests "8.3" ${TCORE} ${TFRAMEWORK} ${TPATH} || exit 1
runFunctionalTests "8.3" ${TCORE} ${TFRAMEWORK} ${TPATH} ${LOWEST} || exit 1
cleanup
else
cleanup
runFunctionalTests "8.2" "^13.0" "dev-main" "Tests/Functional" || exit 1
Expand Down

0 comments on commit 8d98949

Please sign in to comment.