cbad7fc8f9
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
13 lines
417 B
Diff
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 \
|