Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lcgcool
cool
Commits
dee81bbf
Commit
dee81bbf
authored
Feb 19, 2021
by
Charles Delort
Browse files
SPI-1724: run qmtest with --no-output
parent
6d130a51
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmake/run_nightly_tests_cmake.sh.in
View file @
dee81bbf
...
...
@@ -67,8 +67,8 @@ else
fi
export
CORALCOOL_QMTEST_WORKDIR
=
$tmpdir
echo
"Using CORALCOOL_QMTEST_WORKDIR=
${
CORALCOOL_QMTEST_WORKDIR
}
"
tmpout
=
$tmpdir
/
results.qmr
qmtestRun
=
"qmtest run"
tmpout
=
$tmpdir
/
qmtestoutput
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
echo
Execute
${
ccrun
}
${
qmtestRun
}
-f
brief
$tests
${
ccrun
}
${
qmtestRun
}
-f
brief
$tests
>
$tmpout
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment