From 7043159a12db08644153cfb3c5ec2f9f4724866e Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 11 Mar 2015 10:53:19 +0000 Subject: yarns: Remove test for `morph foreach` This test fails with latest Busybox. Since we plan on removing workspaces anyway, I don't see a reason to fix it. The `morph foreach` command does actually still work as expected. Morph's ./check test suite now passes again in a 'build' reference system built from commit 88eface4c72dab689bc409c77e209833a0acd038 or newer. --- yarns/implementations.yarn | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'yarns/implementations.yarn') diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn index 2557e2e5..2bbb1f5c 100644 --- a/yarns/implementations.yarn +++ b/yarns/implementations.yarn @@ -624,16 +624,6 @@ Reporting status of checked out repositories: cd "$DATADIR/workspace/$MATCH_2/$(slashify_colons "$MATCH_1")" git commit -a -m test-commit -Running shell command in each checked out repository: - - IMPLEMENTS WHEN running shell command in each repo in (\S+) - cd "$DATADIR/workspace/$MATCH_1" - run_morph foreach -- pwd > "$DATADIR/morph.stdout" - - IMPLEMENTS THEN morph ran command in (\S+) in (\S+) - grep -Fx "$MATCH_1" "$DATADIR/morph.stdout" - grep -Fx "$DATADIR/workspace/$MATCH_2/$MATCH_1" "$DATADIR/morph.stdout" - Generating a manifest. IMPLEMENTS GIVEN a system artifact -- cgit v1.2.1