summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--selftest/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/wscript b/selftest/wscript
index 820752fae6..df4a8c74be 100644
--- a/selftest/wscript
+++ b/selftest/wscript
@@ -232,7 +232,7 @@ def cmd_testonly(opt):
cmd = '(${CORE_COMMAND} && touch ${SELFTEST_PREFIX}/st_done) | ${FILTER_OPTIONS}'
if (os.environ.get('RUN_FROM_BUILD_FARM') is None and
not Options.options.FILTERED_SUBUNIT):
- subunit_cache = os.path.join(Options.options.SELFTEST_PREFIX, "subunit")
+ subunit_cache = os.path.join(env.SELFTEST_PREFIX, "subunit")
cmd += ' | tee %s | ${FORMAT_TEST_OUTPUT}' % subunit_cache
else:
cmd += ' | ${FILTER_OPTIONS}'