summaryrefslogtreecommitdiff
path: root/test/utils.bash
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils.bash')
-rw-r--r--test/utils.bash3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/utils.bash b/test/utils.bash
index 0edead8..03871f8 100644
--- a/test/utils.bash
+++ b/test/utils.bash
@@ -30,5 +30,6 @@ mkzip() {
}
app() {
- run ./app "$@"
+ (set -x
+ run ./app "$@")
}