Skip to content
Snippets Groups Projects
Commit 3e53a8d4 authored by Simon Ser's avatar Simon Ser
Browse files

ci: export ASAN_OPTIONS


This allows splitting the `meson test` command on multiple lines.

Signed-off-by: Simon Ser's avatarSimon Ser <contact@emersion.fr>
parent eb347687
No related branches found
No related tags found
2 merge requests!905color-lcms: Introduction and implementation of LCMS plugin,!690ci: upgrade seatd to 0.6, use seatd-launch
......@@ -21,9 +21,11 @@ export PATH=$HOME/.local/bin:$PATH
/usr/local/bin/seatd &
while ! [ -e /run/seatd.sock ]; do sleep 0.1; done
export ASAN_OPTIONS=detect_leaks=0,atexit=1
# 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 --no-rebuild --timeout-multiplier 4
meson test --no-rebuild --timeout-multiplier 4
TEST_RES=$?
# create a file to keep the result of this script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment