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.
1 parent a4cda08 commit 1b240f3Copy full SHA for 1b240f3
regtest.py
@@ -772,7 +772,7 @@ def test_suite(argv):
772
773
774
# get the number of levels for reporting
775
- if not test.run_as_script:
+ if not test.run_as_script and "fboxinfo" in suite.tools:
776
777
prog = "{} -l {}".format(suite.tools["fboxinfo"], output_file)
778
stdout0, _, rc = test_util.run(prog)
0 commit comments