Skip to content

Commit

Permalink
TST: Fix error with submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Dec 30, 2022
1 parent b54d302 commit a0e1635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ def init(self):
self.run_git(['init'])
self.run_git(['config', 'user.email', 'robot@asv'])
self.run_git(['config', 'user.name', 'Robotic Swallow'])
self.run_git(['config', 'protocol.file.allow', 'always'])

def commit(self, message, date=None):
if date is None:
Expand Down

0 comments on commit a0e1635

Please sign in to comment.