mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-29 05:21:23 +01:00
waf_unit_test: consider ut_cmd always for task signature
This commit is contained in:
parent
c30b928890
commit
0a18f9b512
@ -140,8 +140,8 @@ def make_test(self):
|
||||
|
||||
if not hasattr(self, 'ut_cmd'):
|
||||
self.ut_cmd = getattr(Options.options, 'testcmd', False)
|
||||
self.env.append_value('UT_DEPS', str(self.ut_cmd))
|
||||
|
||||
self.env.append_value('UT_DEPS', str(self.ut_cmd))
|
||||
self.env.append_value('UT_DEPS', self.ut_paths)
|
||||
self.env.append_value('UT_DEPS', ['%r%r' % (key, self.ut_env[key]) for key in self.ut_env])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user