diff options
| author | Jeff Hatch <jhatch@multitech.com> | 2020-06-04 14:23:47 -0500 |
|---|---|---|
| committer | Jeff Hatch <jhatch@multitech.com> | 2020-06-04 14:23:47 -0500 |
| commit | 2fc1c8f4367fa674940f64927252fd6349a2d63b (patch) | |
| tree | eb08d052d64d0814ea1cfc75664b64be68eaffbb /recipes-extended/bash/bash-4.2/test-output.patch | |
| parent | e26f94e3f97b755652327f5652ea32f9ebf2b57b (diff) | |
| parent | e919ef1e33c2cb56856cdbd22792a3bc3f36341d (diff) | |
| download | meta-mlinux-atmel-2fc1c8f4367fa674940f64927252fd6349a2d63b.tar.gz meta-mlinux-atmel-2fc1c8f4367fa674940f64927252fd6349a2d63b.tar.bz2 meta-mlinux-atmel-2fc1c8f4367fa674940f64927252fd6349a2d63b.zip | |
Merge branch 'test-split' into 'master'
Test split
See merge request !1
Diffstat (limited to 'recipes-extended/bash/bash-4.2/test-output.patch')
| -rw-r--r-- | recipes-extended/bash/bash-4.2/test-output.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes-extended/bash/bash-4.2/test-output.patch b/recipes-extended/bash/bash-4.2/test-output.patch deleted file mode 100644 index 2b09b7d..0000000 --- a/recipes-extended/bash/bash-4.2/test-output.patch +++ /dev/null @@ -1,25 +0,0 @@ -Add FAIL/PASS output to test output. - -Signed-off-by: Björn Stenberg <bjst@enea.com> -Upstream-Status: Pending ---- -diff -uNr a/tests/run-all b/tests/run-all ---- a/tests/run-all 1999-10-08 17:07:46.000000000 +0200 -+++ b/tests/run-all 2012-10-27 21:04:18.663331887 +0200 -@@ -22,7 +22,15 @@ - case $x in - $0|run-minimal|run-gprof) ;; - *.orig|*~) ;; -- *) echo $x ; sh $x ;; -+ *) echo $x -+ output=`sh $x` -+ if [ -n "$output" ]; then -+ echo "$output" -+ echo "FAIL: $x" -+ else -+ echo "PASS: $x" -+ fi -+ ;; - esac - done - |
