From 23b4126f10f3927a8d70517e04872aa4ebf1b502 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 30 Sep 2010 19:41:50 -0700 Subject: autobuild: fixed the --tail option for new log locations --- script/autobuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/autobuild.py') diff --git a/script/autobuild.py b/script/autobuild.py index f1e29a7a83..6f14845334 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -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) -- cgit