.
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=77
This commit is contained in:
parent
b9202e3406
commit
8eef889f4f
@ -164,6 +164,11 @@ correction, a history mechanism, job control, and a C-like syntax.
|
|||||||
sleep 1
|
sleep 1
|
||||||
kill -TERM $pid
|
kill -TERM $pid
|
||||||
rm -rf $SCREENDIR $TMPDIR
|
rm -rf $SCREENDIR $TMPDIR
|
||||||
|
if grep -iq failed testsuite.log
|
||||||
|
then
|
||||||
|
echo FAILED
|
||||||
|
exit 127
|
||||||
|
fi
|
||||||
|
|
||||||
%install
|
%install
|
||||||
for nls in nls/*.cat ; do
|
for nls in nls/*.cat ; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user