summaryrefslogtreecommitdiff
path: root/selftest/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-01-10 09:51:45 +0100
committerMichael Adam <obnox@samba.org>2015-01-19 13:54:03 +0100
commitc5cb1fb6215ed2f7e783b15efaad45b1ec48ad64 (patch)
treeefeb74f5722a6c80180dfb615e3e8965efb4a1ff /selftest/wscript
parent8536022a512223f0fa4711abf1cf92a1991a53b5 (diff)
downloadsamba-c5cb1fb6215ed2f7e783b15efaad45b1ec48ad64.tar.gz
selftest: use env.SELFTEST_PREFIX to define subunit_cache
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'selftest/wscript')
-rw-r--r--selftest/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/wscript b/selftest/wscript
index 820752fae6f..df4a8c74be1 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}'