1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

autobuild: fixed the --tail option for new log locations

This commit is contained in:
Andrew Tridgell 2010-09-30 19:41:50 -07:00
parent c03d02d28e
commit 23b4126f10

View File

@ -226,7 +226,7 @@ class buildlist:
def start_tail(self):
cwd = os.getcwd()
cmd = "tail -f *.stdout *.stderr"
os.chdir(testbase)
os.chdir(gitroot)
self.tail_proc = Popen(cmd, shell=True)
os.chdir(cwd)