Patch: Pooma QMTest runner.sh (2nd Patch)
Jeffrey Oldham
oldham at codesourcery.com
Sat Oct 13 22:24:29 UTC 2001
2001-10-13 Jeffrey D. Oldham <oldham at codesourcery.com>
* runner.sh: Use shell variables. Add '--format full', part of
the new QMTest interface.
Applied to Pooma QMTest CVS tree pooma-tests.qms
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.2
diff -c -p -r1.2 runner.sh
*** runner.sh 2001/10/13 19:18:03 1.2
--- runner.sh 2001/10/13 22:23:10
*************** QMTEST_PARALLELISM=1
*** 44,53 ****
qmtester() {
qmtest --tdb ${DIR} \
! run --output ${DIR}/results/`date +%b%d`.xml \
-j ${QMTEST_PARALLELISM} \
-c poomasuite=${POOMASUITE} -c pooma_home=${POOMADIR} $@ 2>&1 | \
! tee ${DIR}/results/`date +%b%d`.sum
}
usage() {
--- 44,53 ----
qmtester() {
qmtest --tdb ${DIR} \
! run --format full --output ${XMLFILE} \
-j ${QMTEST_PARALLELISM} \
-c poomasuite=${POOMASUITE} -c pooma_home=${POOMADIR} $@ 2>&1 | \
! tee ${SUMFILE}
}
usage() {
More information about the pooma-dev
mailing list