summaryrefslogtreecommitdiff
path: root/tests.branching
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-09-17 15:40:39 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-09-17 18:46:38 +0100
commitad437ca48f49c0d5a8581a73175d38afc9d3f973 (patch)
tree938c2b32a34b2feaaf85d8307a044c05b712ad5b /tests.branching
parent3c123f8d340c2dbd3ce5fe3bcc002f81cd719614 (diff)
downloadmorph-ad437ca48f49c0d5a8581a73175d38afc9d3f973.tar.gz
Add failure test for 'morph foreach'
Diffstat (limited to 'tests.branching')
-rw-r--r--tests.branching/foreach-handles-command-failure.exit1
-rwxr-xr-xtests.branching/foreach-handles-command-failure.script28
-rw-r--r--tests.branching/foreach-handles-command-failure.stderr1
-rw-r--r--tests.branching/foreach-handles-command-failure.stdout2
4 files changed, 32 insertions, 0 deletions
diff --git a/tests.branching/foreach-handles-command-failure.exit b/tests.branching/foreach-handles-command-failure.exit
new file mode 100644
index 00000000..d00491fd
--- /dev/null
+++ b/tests.branching/foreach-handles-command-failure.exit
@@ -0,0 +1 @@
+1
diff --git a/tests.branching/foreach-handles-command-failure.script b/tests.branching/foreach-handles-command-failure.script
new file mode 100755
index 00000000..25b96cf6
--- /dev/null
+++ b/tests.branching/foreach-handles-command-failure.script
@@ -0,0 +1,28 @@
+#!/bin/sh
+# Copyright (C) 2012 Codethink Limited
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+
+# Verify that "morph foreach" deals with failure in a grown-up way
+
+
+set -eu
+
+cd "$DATADIR/workspace"
+"$SRCDIR/scripts/test-morph" init
+"$SRCDIR/scripts/test-morph" checkout baserock:morphs master
+"$SRCDIR/scripts/test-morph" edit hello-system hello-stratum hello
+
+"$SRCDIR/scripts/test-morph" foreach git remote update non-existant-remote
diff --git a/tests.branching/foreach-handles-command-failure.stderr b/tests.branching/foreach-handles-command-failure.stderr
new file mode 100644
index 00000000..d9bc90bf
--- /dev/null
+++ b/tests.branching/foreach-handles-command-failure.stderr
@@ -0,0 +1 @@
+ERROR: Command failed: git remote update non-existant-remote
diff --git a/tests.branching/foreach-handles-command-failure.stdout b/tests.branching/foreach-handles-command-failure.stdout
new file mode 100644
index 00000000..2db791fc
--- /dev/null
+++ b/tests.branching/foreach-handles-command-failure.stdout
@@ -0,0 +1,2 @@
+baserock:morphs
+fatal: No such remote or remote group: non-existant-remote