From ad437ca48f49c0d5a8581a73175d38afc9d3f973 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 17 Sep 2012 15:40:39 +0100 Subject: Add failure test for 'morph foreach' --- .../foreach-handles-command-failure.exit | 1 + .../foreach-handles-command-failure.script | 28 ++++++++++++++++++++++ .../foreach-handles-command-failure.stderr | 1 + .../foreach-handles-command-failure.stdout | 2 ++ 4 files changed, 32 insertions(+) create mode 100644 tests.branching/foreach-handles-command-failure.exit create mode 100755 tests.branching/foreach-handles-command-failure.script create mode 100644 tests.branching/foreach-handles-command-failure.stderr create mode 100644 tests.branching/foreach-handles-command-failure.stdout (limited to 'tests.branching') 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 -- cgit v1.2.1