Patch: Pooma QMTest runner.sh Change
Jeffrey Oldham
oldham at codesourcery.com
Sat Oct 13 19:18:43 UTC 2001
The Pooma QMTest interface changes slightly. Using this patch requirs
having a recent qmtest.
2001-10-13 Jeffrey D. Oldham <oldham at codesourcery.com>
* runner.sh: Revise DIR's definition to reflect new location of
QMTest test database.
s/--db-path/--tdb/ per command-line change.
Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com
-------------- next part --------------
Index: runner.sh
===================================================================
RCS file: /home/pooma/Repository/pooma-tests.qms/runner.sh,v
retrieving revision 1.1
diff -c -p -r1.1 runner.sh
*** runner.sh 2001/10/09 19:50:56 1.1
--- runner.sh 2001/10/13 19:15:53
***************
*** 23,29 ****
# Declare useful variables.
# the directory containing the QMTest test programs
! DIR=${HOME}/pooma/tests
# the file where the Pooma library construction results should be stored
LOGFILE=${DIR}/results/`date +%b%d`.log
# the file where the QMTest XML results should be stored
--- 23,29 ----
# Declare useful variables.
# the directory containing the QMTest test programs
! DIR=${HOME}/pooma/pooma-tests.qms
# the file where the Pooma library construction results should be stored
LOGFILE=${DIR}/results/`date +%b%d`.log
# the file where the QMTest XML results should be stored
*************** QMTEST_PARALLELISM=1
*** 43,49 ****
# Functions.
qmtester() {
! qmtest --db-path ${DIR} \
run --output ${DIR}/results/`date +%b%d`.xml \
-j ${QMTEST_PARALLELISM} \
-c poomasuite=${POOMASUITE} -c pooma_home=${POOMADIR} $@ 2>&1 | \
--- 43,49 ----
# Functions.
qmtester() {
! qmtest --tdb ${DIR} \
run --output ${DIR}/results/`date +%b%d`.xml \
-j ${QMTEST_PARALLELISM} \
-c poomasuite=${POOMASUITE} -c pooma_home=${POOMADIR} $@ 2>&1 | \
More information about the pooma-dev
mailing list