From 8eef889f4f51c71cb80b0575b6be343dca9177e50cdc838277115bbe47c656f5 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 9 Apr 2019 08:11:22 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=77 --- tcsh.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tcsh.spec b/tcsh.spec index 6623211..977f0d1 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -164,6 +164,11 @@ correction, a history mechanism, job control, and a C-like syntax. sleep 1 kill -TERM $pid rm -rf $SCREENDIR $TMPDIR + if grep -iq failed testsuite.log + then + echo FAILED + exit 127 + fi %install for nls in nls/*.cat ; do