summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-03-01 09:33:49 -0600
committerClark Williams <williams@redhat.com>2009-03-01 09:33:49 -0600
commitd80205151b0795f77cdfc5ad4977ce6586579a3c (patch)
treebfda47c8662ccaf421e6a6b00a1a1f8bd9843829 /Makefile
parentf2333861ff0716adbe2d1a1962d29a6df8840458 (diff)
downloadrteval-d80205151b0795f77cdfc5ad4977ce6586579a3c.tar.gz
rteval-d80205151b0795f77cdfc5ad4977ce6586579a3c.tar.xz
rteval-d80205151b0795f77cdfc5ad4977ce6586579a3c.zip
removed --keepdata option from testrun
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eebe998..2121443 100644
--- a/Makefile
+++ b/Makefile
@@ -4,10 +4,10 @@ VERSION := $(shell awk '/Version:/ { print $$2 }' ${PACKAGE}.spec)
D := 10
runit:
- python rteval/rteval.py -v --workdir=./run --loaddir=./loadsource --duration=$(D) --keepdata
+ python rteval/rteval.py -v --workdir=./run --loaddir=./loadsource --duration=$(D)
sysreport:
- python rteval/rteval.py -v --workdir=./run --loaddir=./loadsource --duration=$(D) --keepdata --sysreport
+ python rteval/rteval.py -v --workdir=./run --loaddir=./loadsource --duration=$(D) --sysreport
clean:
rm -f rteval/*~ rteval/*.py[co] *.tar.bz2