summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-10-20 16:19:29 -0500
committerClark Williams <williams@redhat.com>2009-10-20 16:19:29 -0500
commitc42fa4af2e047b4c09a7ad2dc76628fd63ba94c2 (patch)
tree9f06facbb61c4d62781f12a15d0fc859870ea243 /Makefile
parentabbe2831588a7c4530dfffade712b9939e5a28a7 (diff)
downloadrteval-c42fa4af2e047b4c09a7ad2dc76628fd63ba94c2.tar.gz
rteval-c42fa4af2e047b4c09a7ad2dc76628fd63ba94c2.tar.xz
rteval-c42fa4af2e047b4c09a7ad2dc76628fd63ba94c2.zip
fixed command line issue with sysreport option
Fixed incorrect option being passed to sysreport option and added debugging messages around generation and moving of sysreport Signed-off-by: Clark Williams <williams@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b374869..a950892 100644
--- a/Makefile
+++ b/Makefile
@@ -32,10 +32,10 @@ HLOAD := $(LOADDIR)/hackbench.tar.bz2
runit:
[ -d ./run ] || mkdir run
- python rteval/rteval.py -D -v --workdir=./run --loaddir=./loadsource --duration=$(D) -f ./rteval/rteval.conf -i ./rteval rteval
+ python rteval/rteval.py -D -v --workdir=./run --loaddir=./loadsource --duration=$(D) -f ./rteval/rteval.conf -i ./rteval
sysreport:
- python rteval/rteval.py -v --workdir=./run --loaddir=./loadsource --duration=$(D) --sysreport
+ python rteval/rteval.py -D -v --workdir=./run --loaddir=./loadsource --duration=$(D) -i ./rteval --sysreport
clean:
rm -f *~ rteval/*~ rteval/*.py[co] *.tar.bz2