userspace-rcu/regtest-without-bench.patch
Troy Dawson cbad7fc8f9 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/userspace-rcu#cbfcef6c58ebb8ef26144bc2fa4893e003516a2e
2020-10-15 13:19:57 -07:00

13 lines
417 B
Diff

Remove the benchmarks from the regtest target, they timeout on the buildds.
--- a/tests/Makefile.am.orig 2019-06-03 15:46:16.380163423 -0400
+++ b/tests/Makefile.am 2019-06-03 15:46:26.099004417 -0400
@@ -8,7 +8,6 @@
cd benchmark && $(MAKE) $(AM_MAKEFLAGS) long_bench
regtest:
cd regression && $(MAKE) $(AM_MAKEFLAGS) regtest
- cd benchmark && $(MAKE) $(AM_MAKEFLAGS) regtest
check-loop:
while [ 0 ]; do \