diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-08-17 11:38:45 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-08-17 11:38:45 +0200 |
commit | ec78b277382e27509a6dec91af4a7a524a422e0f (patch) | |
tree | 0bf1e6fe47a5082ecfa5f56e8535f67d24b95b0f /test/integration/framework | |
parent | d4882aa1e1a37b3092950180036676a930a5792f (diff) | |
parent | d95dbc2ffd4acd5776ae6de300be320ef459325e (diff) |
merged from lp:~donkult/apt/sid
Diffstat (limited to 'test/integration/framework')
-rw-r--r-- | test/integration/framework | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/framework b/test/integration/framework index fa451cf4f..ccab010e6 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -612,6 +612,11 @@ changetowebserver() { if which weborf > /dev/null; then weborf -xb aptarchive/ 2>&1 > /dev/null & addtrap "kill $!;" + elif which gatling > /dev/null; then + cd aptarchive + gatling -p 8080 -F -S 2>&1 > /dev/null & + addtrap "kill $!;" + cd - > /dev/null elif which lighttpd > /dev/null; then echo "server.document-root = \"$(readlink -f ./aptarchive)\" server.port = 8080 |