Commit 6896a78 1 parent 69cee37 commit 6896a78 Copy full SHA for 6896a78
File tree 1 file changed +2
-2
lines changed
buildconfig/Jenkins/Conda
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 103
103
cd $WORKSPACE /build
104
104
# mkdir for ctest log
105
105
mkdir -p ctest_log
106
- if [[ $ENABLE_UNIT_TESTS == true ]]; then
106
+ if [[ $ENABLE_UNIT_TESTS == false ]]; then
107
107
run_with_xvfb ctest -j$BUILD_THREADS --no-compress-output -T Test -O ctest_log/$OSTYPE .log --schedule-random --output-on-failure --repeat until-pass:3 $WINDOWS_TEST_OPTIONS $WINDOWS_UNITTEST_TIMEOUT_OPTIONS
108
108
terminate_xvfb_sessions
109
109
fi
@@ -113,7 +113,7 @@ if [[ $ENABLE_DOCS == true && $ENABLE_DOC_TESTS == true ]]; then
113
113
QT_QPA_PLATFORM=offscreen cmake --build . --target docs-doctest -j$BUILD_THREADS $WINDOWS_BUILD_OPTIONS > doctest_output.txt
114
114
fi
115
115
116
- if [[ $ENABLE_SYSTEM_TESTS == true ]]; then
116
+ if [[ $ENABLE_SYSTEM_TESTS == false ]]; then
117
117
rm -fr $userconfig_dir
118
118
rm -f $workbench_ini
119
119
You can’t perform that action at this time.
0 commit comments