From a3ce3f7eabbb746aa9ced430bcd55391742c738b Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 16 Oct 2012 23:57:41 +0200 Subject: o Improved completion (again). o Consistent usage of APPSH_HOME and BASEDIR. --- test/utils.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/utils.bash') 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 "$@") } -- cgit v1.2.3