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

Remove --no-lava flag from the tests


This flag causes lava to classify the test in the wrong category.

Signed-off-by: default avatarFrédéric Dalleau <frederic.dalleau@collabora.com>
parent 5630d997
No related branches found
No related tags found
No related merge requests found
......@@ -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