summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-10-07 17:30:53 -0500
committerDavid Sommerseth <davids@redhat.com>2009-10-23 17:26:05 +0200
commit60eabd7d036bb92e7e7f4b87a05b3c2385bf862e (patch)
treef2f8b94585b29fad387db81d612c8b17b9a6e79b /Makefile
parent60c7b2a1937f272513d99cb195884710bbc9e63c (diff)
downloadrteval-60eabd7d036bb92e7e7f4b87a05b3c2385bf862e.tar.gz
rteval-60eabd7d036bb92e7e7f4b87a05b3c2385bf862e.tar.xz
rteval-60eabd7d036bb92e7e7f4b87a05b3c2385bf862e.zip
changed test command line in Makefile to specify all local parameters
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d4fe20..5bab542 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ D := 10
runit:
[ -d ./run ] || mkdir run
- python rteval/rteval.py -D -v --workdir=./run --loaddir=./loadsource --duration=$(D) -f rteval/rteval.conf -i rteval
+ python rteval/rteval.py -D -v --workdir=./run --loaddir=./loadsource --duration=$(D) -f ./rteval/rteval.conf -i ./rteval rteval
sysreport:
python rteval/rteval.py -v --workdir=./run --loaddir=./loadsource --duration=$(D) --sysreport