diff options
author | Karel Kočí <cynerd@email.cz> | 2015-08-13 15:17:42 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-08-13 15:17:42 +0200 |
commit | a8c91e078ccb3780a53748cc52b7974bfc65b636 (patch) | |
tree | 7c1044203f421eff159978e5f20554bafe636b1a | |
parent | a62b2a1da87c05373242b0db0d6f99b99a92c77a (diff) | |
download | linux-conf-perf-a8c91e078ccb3780a53748cc52b7974bfc65b636.tar.gz linux-conf-perf-a8c91e078ccb3780a53748cc52b7974bfc65b636.tar.bz2 linux-conf-perf-a8c91e078ccb3780a53748cc52b7974bfc65b636.zip |
Remove parse_kconfig from test run
Executing parse_kconfig in test run makes no sense and takes to much
time.
-rwxr-xr-x | scripts/test.py | 1 |
1 files changed, 0 insertions, 1 deletions
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') |