summaryrefslogtreecommitdiff
path: root/000.yarn
diff options
context:
space:
mode:
Diffstat (limited to '000.yarn')
-rw-r--r--000.yarn5
1 files changed, 2 insertions, 3 deletions
diff --git a/000.yarn b/000.yarn
index 0609b48..8c2ccb9 100644
--- a/000.yarn
+++ b/000.yarn
@@ -335,10 +335,9 @@ groups, and respositories.
user = helper.get_next_match()
repo = helper.get_next_match()
dirname = helper.local_checkout_dirname(user, repo)
- exit, out, err = helper.git_as(user,
+ exit, out, err = helper.git_as(
+ user,
['push', '--all', 'origin'], cwd=dirname)
- sys.stdout.write(out)
- sys.stderr.write(err)
helper.assertNotEqual(exit, 0)
IMPLEMENTS WHEN (\S+) merges (\S+) branch (\S+) to (\S+)