This commit is contained in:
Sergio Durigan Junior 2015-02-08 17:15:55 -05:00
parent 9232621b1d
commit 55f8189ffc

View file

@ -139,7 +139,7 @@ class SaveGDBResults (ShellCommand):
repo.index.add (['gdb.sum',
'gdb.log',
'baseline'])
if os.path.exists ("%s/previous_gdb.sum"):
if os.path.exists ("%s/previous_gdb.sum" % repodir):
repo.index.add (['previous_gdb.sum'])
if repo.is_dirty ():
repo.index.commit ('Log files for %s -- branch %s' % (full_tag, branch))