aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-08-13 15:17:42 +0200
committerKarel Kočí <cynerd@email.cz>2015-08-13 15:17:42 +0200
commita8c91e078ccb3780a53748cc52b7974bfc65b636 (patch)
tree7c1044203f421eff159978e5f20554bafe636b1a /scripts
parenta62b2a1da87c05373242b0db0d6f99b99a92c77a (diff)
downloadlinux-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.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test.py1
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')