Skip to content

Commit 496960e

Browse files
authored
[debug] enable verbosity for ctest on windows
1 parent f517ca8 commit 496960e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/root-ci-config/build_root.py

+1
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ def main():
162162
extra_ctest_flags = ""
163163
if WINDOWS:
164164
extra_ctest_flags += "--repeat until-pass:5 "
165+
extra_ctest_flags += "--verbose "
165166
extra_ctest_flags += "--build-config " + args.buildtype
166167

167168
ctest_returncode = run_ctest(extra_ctest_flags)

0 commit comments

Comments
 (0)