forked from pool/diffutils
Accepting request 1003483 from home:Andreas_Schwab:Factory
- Skip gnulib test test-free under qemu emulation (bsc#1202260) OBS-URL: https://build.opensuse.org/request/show/1003483 OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=71
This commit is contained in:
parent
f7a0fcc047
commit
e547c06be1
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 07:49:54 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Skip gnulib test test-free under qemu emulation (bsc#1202260)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 20 17:45:41 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package diffutils
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -50,6 +50,8 @@ make source code patches, for instance.
|
||||
echo exit 77 > gnulib-tests/test-c-stack.sh
|
||||
echo 'int main() { return 77; }' > gnulib-tests/test-sigsegv-catch-stackoverflow1.c
|
||||
echo 'int main() { return 77; }' > gnulib-tests/test-sigsegv-catch-stackoverflow2.c
|
||||
# This triggers a bug in qemu (bsc#1202260)
|
||||
echo 'int main() { return 77; }' > gnulib-tests/test-free.c
|
||||
%endif
|
||||
%make_build check
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user