Skip to content

Commit

Permalink
Call clean_exit on the end of the tests.sh script
Browse files Browse the repository at this point in the history
This allows tests to specify some cleanup actions, like deleting a temporary
environment
  • Loading branch information
Doeme committed Oct 4, 2019
1 parent 9a82600 commit 4eef580
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gebuilder/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ for line in "${msgs[@]}"
do
echo "$line"
done

clean_exit

0 comments on commit 4eef580

Please sign in to comment.