summaryrefslogtreecommitdiff
path: root/test/helpers.bash
diff options
context:
space:
mode:
Diffstat (limited to 'test/helpers.bash')
-rw-r--r--test/helpers.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/helpers.bash b/test/helpers.bash
index d9616ad45..2117716ec 100644
--- a/test/helpers.bash
+++ b/test/helpers.bash
@@ -162,6 +162,7 @@ function wait_until_reachable() {
function cleanup_test() {
run bash -c "${KPOD_BINARY} ${KPOD_OPTIONS} rm --force --all"
+ echo "$output"
rm -rf "$TESTDIR"
}