Skip to content
Snippets Groups Projects
Commit 42932424 authored by Frédéric Dalleau's avatar Frédéric Dalleau
Browse files

Remove --no-lava flag from the tests

parent 5630d997
Branches apertis/v2024pre apertis/v2025dev0 apertis/v2025dev1
Tags apertis/3.0.8-3+apertis3
No related merge requests found
Pipeline #272 canceled
......@@ -87,7 +87,7 @@ if [ ! -x $CMDLINE ]; then
exit 1
fi
CMDLINE="${CMDLINE} --no-lava"
CMDLINE="${CMDLINE}"
if [ "${RUN_AA_TEST_TIMEOUT}" != "" ]; then
CMDLINE="${CMDLINE} --timeout=${RUN_AA_TEST_TIMEOUT}"
......
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