aboutsummaryrefslogtreecommitdiff
path: root/scripts/test.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-04-27 22:14:41 +0200
committerKarel Kočí <cynerd@email.cz>2015-04-27 22:14:41 +0200
commit7f3f4ff7944c78f7bc4f5127d0bed64a3ede27b4 (patch)
treebc48e120f764ec8f6dca7768bb47ef76d7202fd1 /scripts/test.py
parent91884a5c2fbf77613a0f1ad1ced7ae8e264d4dfb (diff)
downloadlinux-conf-perf-7f3f4ff7944c78f7bc4f5127d0bed64a3ede27b4.tar.gz
linux-conf-perf-7f3f4ff7944c78f7bc4f5127d0bed64a3ede27b4.tar.bz2
linux-conf-perf-7f3f4ff7944c78f7bc4f5127d0bed64a3ede27b4.zip
Fix missing symbol_map on test launch
Diffstat (limited to 'scripts/test.py')
-rwxr-xr-xscripts/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test.py b/scripts/test.py
index 3d2a2c1..150aa4a 100755
--- a/scripts/test.py
+++ b/scripts/test.py
@@ -10,6 +10,7 @@ import kernel
import boot
def test():
+ initialize.parse_kconfig()
initialize.gen_requred() # Call this to check initial solution
iteration.reset() # Reset iteration
conf.kernel_make_output = True