OSDN Git Service

meson: Re-enable the possibility to run "make check SPEED=slow"
authorThomas Huth <thuth@redhat.com>
Thu, 18 Feb 2021 17:23:13 +0000 (18:23 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 9 Mar 2021 05:03:53 +0000 (06:03 +0100)
commitc2f4c1a8bae9c48d6141f8fb4874b584b26153b0
treeaa6718caa389cd763f7ac5d73526b7f016866820
parent91e9c47e50a8f790a2abc1797c14b0d2e9ea6da3
meson: Re-enable the possibility to run "make check SPEED=slow"

"make check SPEED=slow" got lost in the conversion of the build
system to meson - the tests were always running in "quick" mode.
Fix it by passing the "-m" parameter to the test harness at the
right spot in scripts/mtest2make.py.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210218172313.2217440-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
scripts/mtest2make.py