From af803888366b4d831239c950dbafb15ee2b332fc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Dalleau?=
 <frederic.dalleau@collabora.com>
Date: Wed, 24 Oct 2018 10:12:06 +0000
Subject: [PATCH] Remove --no-lava flag from the tests
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

Signed-off-by: Frédéric Dalleau <frederic.dalleau@collabora.com>
---
 run-aa-test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run-aa-test b/run-aa-test
index 6f8741b..d1a5276 100755
--- a/run-aa-test
+++ b/run-aa-test
@@ -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}"
-- 
GitLab