summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-10-07 17:30:53 -0500
committerClark Williams <williams@redhat.com>2009-10-07 17:30:53 -0500
commit62b7eadfb27b064a676e37f7536c55cc98a0e7b0 (patch)
tree9986cc7fe8d27b443fb2c62f0391c49cbd171aaf /Makefile
parent7f407b1db2f9b69ab01ae0b74ae6fe8d629960f0 (diff)
downloadrteval-62b7eadfb27b064a676e37f7536c55cc98a0e7b0.tar.gz
rteval-62b7eadfb27b064a676e37f7536c55cc98a0e7b0.tar.xz
rteval-62b7eadfb27b064a676e37f7536c55cc98a0e7b0.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