diff options
author | Karel Kočí <cynerd@email.cz> | 2015-09-14 14:56:23 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-09-14 14:56:23 +0200 |
commit | 924cead545468fd217fc800e00e278ac23c97524 (patch) | |
tree | 477bee9164623358645ecb46e99e276e4bb5e229 | |
parent | b2a1688ba8de9cf255d9d55b78d4b80a3a8ca349 (diff) | |
download | linux-conf-perf-924cead545468fd217fc800e00e278ac23c97524.tar.gz linux-conf-perf-924cead545468fd217fc800e00e278ac23c97524.tar.bz2 linux-conf-perf-924cead545468fd217fc800e00e278ac23c97524.zip |
Enable multithreading for ryuglab target
-rw-r--r-- | targets/ryuglab/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/ryuglab/conf.py b/targets/ryuglab/conf.py index c8e17a3..11d8a14 100644 --- a/targets/ryuglab/conf.py +++ b/targets/ryuglab/conf.py @@ -11,7 +11,7 @@ parse_command = ['tests/cyclictest/parse'] db_user = 'kocikare' db_password = 'ohNg3Ien' -multithread = False +multithread = True parse_kconfig_output = False |