projects
/
grml-unittests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34d7760
)
Get rid of gatling, thanks to python ;0
author
Ulrich Dangel
<uli@spamt.net>
Thu, 25 Mar 2010 23:51:25 +0000
(
00:51
+0100)
committer
Ulrich Dangel
<uli@spamt.net>
Thu, 25 Mar 2010 23:51:25 +0000
(
00:51
+0100)
framework.sh
patch
|
blob
|
history
diff --git
a/framework.sh
b/framework.sh
index
67dceb9
..
ca18dba
100644
(file)
--- a/
framework.sh
+++ b/
framework.sh
@@
-16,7
+16,7
@@
bailout() {
run_test()
{
-
gatling -n -p
$COMMON_PORT >/dev/null 2>&1 &
+
python -m SimpleHTTPServer
$COMMON_PORT >/dev/null 2>&1 &
GATLING_PID=$!
kvm -kernel "$KERNEL" -initrd "$INITRD" -append "$CMDLINE" -vnc :0 -cdrom "$CDROM" -boot d $KVM_PARAMS &
KVM_PID=$!