From 35be108f1d6bd01511e132bc06a2ecb1f8da9db0 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 21 Sep 2012 11:44:27 +0100 Subject: morph foreach: Fix with cliapp < 1.20120630 Use cliapp.Application.runcmd_unchecked() instead of runcmd() to get the full command output, without requiring AppException.msg (which is an inferior way to get the output in any case) --- tests.branching/foreach-handles-command-failure.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests.branching') diff --git a/tests.branching/foreach-handles-command-failure.stderr b/tests.branching/foreach-handles-command-failure.stderr index d9bc90bf..72942b89 100644 --- a/tests.branching/foreach-handles-command-failure.stderr +++ b/tests.branching/foreach-handles-command-failure.stderr @@ -1 +1 @@ -ERROR: Command failed: git remote update non-existant-remote +ERROR: Command failed at repo baserock:morphs: git remote update non-existant-remote -- cgit v1.2.1