diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-07-10 14:10:19 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-07-10 14:10:19 +0200 |
commit | 549b49394848d051dc116600571df55d7160eeaa (patch) | |
tree | a312358d759bee42ee4eaea41f4ebe788e7bf151 /test/integration/framework | |
parent | 5a8cd0703bcc751ff5eb0ae5bf196e61bd428c91 (diff) |
improve test some more
Diffstat (limited to 'test/integration/framework')
-rw-r--r-- | test/integration/framework | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/framework b/test/integration/framework index 8f37d4a03..d15fd0e01 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -688,6 +688,7 @@ signreleasefiles() { } changetowebserver() { + if [ -n "$1" ] && ! test -x ${BUILDDIRECTORY}/aptwebserver; then msgdie 'Need the aptwebserver when passing arguments' fi |