We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618e70b commit 635451fCopy full SHA for 635451f
integration_tests/toggle.bats
@@ -5,10 +5,6 @@ setup_file() {
5
export THAPI_LDFLAGS="-Wl,-rpath,$(pkg-config --variable=libdir thapi) $(pkg-config --libs thapi)"
6
}
7
8
-teardown_file() {
9
- rm -rf $THAPI_HOME/thapi-traces
10
-}
11
-
12
get_unique_jobid() {
13
echo ${BATS_TEST_NAME}.${RANDOM}
14
0 commit comments