Accepting request 97300 from openSUSE:Factory:ARM
- Don't run tests in qemu - they fail OBS-URL: https://build.opensuse.org/request/show/97300 OBS-URL: https://build.opensuse.org/package/show/shells/ksh?expand=0&rev=77
This commit is contained in:
parent
f101dcf5fd
commit
e215ef43c3
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 4 23:00:26 UTC 2011 - agraf@suse.com
|
||||
|
||||
- Don't run tests in qemu - they fail
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 16:44:06 UTC 2011 - werner@suse.de
|
||||
|
||||
|
2
ksh.spec
2
ksh.spec
@ -386,6 +386,7 @@ find share/ -type d -a -empty | xargs -r rm -vrf
|
||||
SHELL=${root}/bin/ksh.test
|
||||
SHCOMP=${root}/bin/shcomp.test
|
||||
export PATH SHCOMP SHELL
|
||||
%if !0%{?qemu_user_space_build:1}
|
||||
pushd ${test}
|
||||
typeset -i failed=0
|
||||
ln -sf ${root}/lib ${test}/../
|
||||
@ -400,6 +401,7 @@ find share/ -type d -a -empty | xargs -r rm -vrf
|
||||
fi
|
||||
killall -q -s 9 ${root}/bin/ksh.test || true
|
||||
popd
|
||||
%endif
|
||||
mkdir -p share/locale/C/LC_MESSAGES
|
||||
sed -rn "\@mamake -C cmd/ksh93@,\@mamake -C@ {
|
||||
s@^\+ g?cc@$SHELL msgcc -M-set=ast@
|
||||
|
Loading…
x
Reference in New Issue
Block a user