mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 22:48:14 +02:00
CI: Don't rebuild when running tests
Just cosmetic for now, but tell Meson to just run our tests rather than trying to rebuild them. Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
parent
dd6e88dc5c
commit
29c1087b7b
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ while ! [ -e /run/seatd.sock ]; do sleep 0.1; done
|
|||
|
||||
# run the tests and save the exit status
|
||||
# we give ourselves a very generous timeout multiplier due to ASan overhead
|
||||
ASAN_OPTIONS=detect_leaks=0,atexit=1 meson test --timeout-multiplier 4
|
||||
ASAN_OPTIONS=detect_leaks=0,atexit=1 meson test --no-rebuild --timeout-multiplier 4
|
||||
TEST_RES=$?
|
||||
|
||||
# create a file to keep the result of this script:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue