Disable ASAN leak detection when run unit-tests with xvfb-run (because the tool leaks all X11 windows).

This commit is contained in:
Martín Lucas Golini
2026-04-24 12:00:45 -03:00
parent 7d2d4c0a3b
commit dea87f345e
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ cd ../../bin/unit_tests
echo "=== Running eepp unit tests under GDB (xvfb) ==="
xvfb-run -s "-screen 0 1280x1024x24" \
ASAN_OPTIONS=detect_leaks=0 xvfb-run -s "-screen 0 1280x1024x24" \
gdb --batch --quiet --return-child-result \
-ex "set confirm off" \
-ex "set print thread-events off" \