From a8c91e078ccb3780a53748cc52b7974bfc65b636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 13 Aug 2015 15:17:42 +0200 Subject: Remove parse_kconfig from test run Executing parse_kconfig in test run makes no sense and takes to much time. --- scripts/test.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/test.py b/scripts/test.py index d24e31b..f0eee8e 100755 --- a/scripts/test.py +++ b/scripts/test.py @@ -11,7 +11,6 @@ import database def test(): initialize.base() - initialize.parse_kconfig() print("-- Make --") conf.kernel_make_output = True img = kernel.make('test') -- cgit v1.2.3