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:
parent
c03d02d28e
commit
23b4126f10
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user