diff options
-rw-r--r-- | selftest/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/wscript b/selftest/wscript index 1509b1a5a4..7dd3ed265f 100644 --- a/selftest/wscript +++ b/selftest/wscript @@ -199,7 +199,7 @@ def cmd_testonly(opt): print("ERROR: test failed with exit code %d" % ret) sys.exit(ret) - if not os.path.exists(st_done): + if not Options.options.LIST and not os.path.exists(st_done): print("ERROR: test command failed to complete") sys.exit(1) |