s4-wintest Use top level build for wintest
authorAndrew Bartlett <abartlet@samba.org>
Sat, 5 Feb 2011 08:14:38 +0000 (19:14 +1100)
committerAndrew Tridgell <tridge@samba.org>
Mon, 7 Feb 2011 02:22:02 +0000 (13:22 +1100)
wintest/test-s4-howto.py

index bb000c1218da45f061b5c1a63694d33f8c8e67b7..9a848de621f111a02890418477c3516de0a74a91 100755 (executable)
@@ -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')