mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sysbench: Fix test suite.
* gnu/packages/benchmark.scm (sysbench) [arguments]: Patch egrep in the patch-test-runner phase.
This commit is contained in:
parent
09cc2636ef
commit
5ecdcd6afb
1 changed files with 6 additions and 1 deletions
|
@ -634,7 +634,12 @@ its features are:
|
||||||
;; Do not attempt to invoke the cram command via
|
;; Do not attempt to invoke the cram command via
|
||||||
;; Python, as on Guix it is a shell script (wrapper).
|
;; Python, as on Guix it is a shell script (wrapper).
|
||||||
(("\\$\\(command -v cram\\)")
|
(("\\$\\(command -v cram\\)")
|
||||||
"-m cram"))))
|
"-m cram"))
|
||||||
|
(substitute* "tests/t/opt_report_checkpoints.t"
|
||||||
|
;; egrep outputs a deprecation warning, which breaks
|
||||||
|
;; the test.
|
||||||
|
(("egrep")
|
||||||
|
"grep -E"))))
|
||||||
(add-after 'unpack 'disable-test-installation
|
(add-after 'unpack 'disable-test-installation
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "tests/Makefile.am"
|
(substitute* "tests/Makefile.am"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue