Skip to content
Snippets Groups Projects
Commit dee81bbf authored by Charles Delort's avatar Charles Delort
Browse files

SPI-1724: run qmtest with --no-output

parent 6d130a51
Branches
Tags
No related merge requests found
...@@ -67,8 +67,8 @@ else ...@@ -67,8 +67,8 @@ else
fi fi
export CORALCOOL_QMTEST_WORKDIR=$tmpdir export CORALCOOL_QMTEST_WORKDIR=$tmpdir
echo "Using CORALCOOL_QMTEST_WORKDIR=${CORALCOOL_QMTEST_WORKDIR}" echo "Using CORALCOOL_QMTEST_WORKDIR=${CORALCOOL_QMTEST_WORKDIR}"
tmpout=$tmpdir/results.qmr tmpout=$tmpdir/qmtestoutput
qmtestRun="qmtest run" qmtestRun="qmtest run --no-output"
if [ `${ccrun} python -c 'import platform; print (platform.system())'` == "Darwin" ]; then qmtestRun="python `${ccrun} which qmtest` run"; fi # CORALCOOL-2884 if [ `${ccrun} python -c 'import platform; print (platform.system())'` == "Darwin" ]; then qmtestRun="python `${ccrun} which qmtest` run"; fi # CORALCOOL-2884
echo Execute ${ccrun} ${qmtestRun} -f brief $tests echo Execute ${ccrun} ${qmtestRun} -f brief $tests
${ccrun} ${qmtestRun} -f brief $tests > $tmpout ${ccrun} ${qmtestRun} -f brief $tests > $tmpout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment