summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--selftest/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest/wscript b/selftest/wscript
index 4bd4e665c1..1bfa9f3d47 100644
--- a/selftest/wscript
+++ b/selftest/wscript
@@ -183,6 +183,8 @@ def cmd_testonly(opt):
if (os.environ.get('RUN_FROM_BUILD_FARM') is None and
not Options.options.FILTERED_SUBUNIT):
cmd += ' | tee ${SELFTEST_PREFIX}/subunit | ${FORMAT_TEST_OUTPUT}'
+ else:
+ cmd += ' | ${FILTER_OPTIONS}'
runcmd = EXPAND_VARIABLES(opt, cmd)
print("test: running %s" % runcmd)