Skip to content

Commit 1b240f3

Browse files
committed
fboxinfo: only use if built
1 parent a4cda08 commit 1b240f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ def test_suite(argv):
772772

773773

774774
# get the number of levels for reporting
775-
if not test.run_as_script:
775+
if not test.run_as_script and "fboxinfo" in suite.tools:
776776

777777
prog = "{} -l {}".format(suite.tools["fboxinfo"], output_file)
778778
stdout0, _, rc = test_util.run(prog)

0 commit comments

Comments
 (0)