diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-02-05 19:14:38 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-02-07 13:22:02 +1100 |
commit | 2d72f68ed09f148537313ea5c50d6671867a5c41 (patch) | |
tree | f98abf542b72a14e5258c95d0d8f9e356008d7b0 /wintest/test-s4-howto.py | |
parent | edd8c9ea2ab1e51d116135411df120ec1167e0e6 (diff) | |
download | samba-2d72f68ed09f148537313ea5c50d6671867a5c41.tar.gz samba-2d72f68ed09f148537313ea5c50d6671867a5c41.tar.bz2 samba-2d72f68ed09f148537313ea5c50d6671867a5c41.zip |
s4-wintest Use top level build for wintest
Diffstat (limited to 'wintest/test-s4-howto.py')
-rwxr-xr-x | wintest/test-s4-howto.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wintest/test-s4-howto.py b/wintest/test-s4-howto.py index bb000c1218..9a848de621 100755 --- a/wintest/test-s4-howto.py +++ b/wintest/test-s4-howto.py @@ -11,7 +11,7 @@ def set_krb5_conf(t): def build_s4(t): '''build samba4''' t.info('Building s4') - t.chdir('${SOURCETREE}/source4') + t.chdir('${SOURCETREE}') t.putenv('CC', 'ccache gcc') t.run_cmd('make reconfigure || ./configure --enable-auto-reconfigure --enable-developer --prefix=${PREFIX} -C') t.run_cmd('make -j') |