We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3bc37 commit 1c725a4Copy full SHA for 1c725a4
test/ci_integration.sh
@@ -19,7 +19,7 @@
19
DELETE_AT_EXIT="$(mktemp -d)"
20
finish() {
21
echo 'BEGIN: finish() trap handler' >&2
22
- bundler exec kitchen destroy "$SUITE"
+ kitchen destroy "$SUITE"
23
[[ -d "${DELETE_AT_EXIT}" ]] && rm -rf "${DELETE_AT_EXIT}"
24
echo 'END: finish() trap handler' >&2
25
}
0 commit comments