We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
suite.verbose
1 parent 90a038b commit 9211cdaCopy full SHA for 9211cda
suite.py
@@ -383,6 +383,8 @@ def __init__(self, args):
383
self.args = args
384
self.apply_args()
385
386
+ self.verbose = 0 # repeat captured errors to stderr, e.g., for CI runs
387
+
388
# this will hold all of the Repo() objects for the AMReX, source,
389
# and build directories
390
self.repos = {}
test_util.py
@@ -14,6 +14,8 @@
14
15
[main]
16
17
+ verbose = < repeat captured errors to stderr, e.g., for CI runs >
18
19
testTopDir = < full path to test output directory >
20
webTopDir = < full path to test web output directory >
21
wallclockFile = < name of json file for storing past runtimes, to which .json will be appended;
0 commit comments