mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s4-build: need EXPAND_VARIABLES() for terminal in make test
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 10 07:35:26 CET 2011 on sn-devel-104
This commit is contained in:
parent
172e0a177d
commit
14edbf7159
@ -135,7 +135,7 @@ def cmd_testonly(opt):
|
||||
|
||||
if Options.options.SCREEN:
|
||||
server_wrapper = '${srcdir}/selftest/in_screen %s' % server_wrapper
|
||||
os.environ['TERMINAL'] = '${srcdir}/selftest/in_screen'
|
||||
os.environ['TERMINAL'] = EXPAND_VARIABLES(opt, '${srcdir}/selftest/in_screen')
|
||||
elif server_wrapper != '':
|
||||
server_wrapper = 'xterm -n server -l -e %s' % server_wrapper
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user