Skip to content

Commit

Permalink
Make sure Inferentia lab tidies up after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Oct 20, 2023
1 parent 2e3d72d commit 95a2632
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions website/docs/aiml/inferentia/tests/hook-suite.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
set -e

before() {
echo "noop"
}

after() {
prepare-environment
}

"$@"

0 comments on commit 95a2632

Please sign in to comment.