aboutsummaryrefslogtreecommitdiff
path: root/test/utils.bash
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-10-16 23:57:41 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-10-16 23:57:41 +0200
commita3ce3f7eabbb746aa9ced430bcd55391742c738b (patch)
treee4dcab1586b725508a57bfce83f3067a95b26a89 /test/utils.bash
parentf563dc165ce1ee8747eea647231bf8e295d8af3f (diff)
downloadapp.sh-a3ce3f7eabbb746aa9ced430bcd55391742c738b.tar.gz
app.sh-a3ce3f7eabbb746aa9ced430bcd55391742c738b.tar.bz2
app.sh-a3ce3f7eabbb746aa9ced430bcd55391742c738b.tar.xz
app.sh-a3ce3f7eabbb746aa9ced430bcd55391742c738b.zip
o Improved completion (again).
o Consistent usage of APPSH_HOME and BASEDIR.
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 "$@")
}