diff options
author | Karel Kočí <kocikare@fel.cvut.cz> | 2015-08-12 16:24:09 +0200 |
---|---|---|
committer | Karel Kočí <kocikare@fel.cvut.cz> | 2015-08-12 16:24:09 +0200 |
commit | cfa6de787ae0b26b8203f6262e602a050302693e (patch) | |
tree | 0d0fe8acb03f5ce09e99b1f9529a9acc2519d09e | |
parent | 9df57d275f44d8f7919bd9b307bcf09a30c53683 (diff) | |
download | linux-conf-perf-cfa6de787ae0b26b8203f6262e602a050302693e.tar.gz linux-conf-perf-cfa6de787ae0b26b8203f6262e602a050302693e.tar.bz2 linux-conf-perf-cfa6de787ae0b26b8203f6262e602a050302693e.zip |
Hide output of all commands
-rw-r--r-- | conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -75,9 +75,9 @@ git_commit_cmd = ['git', 'rev-parse', '--verify', 'HEAD'] # What ever are these settings, output is always written to files in folder log. parse_kconfig_output = False picosat_output = False -kernel_config_output = True -kernel_make_output = True -boot_output = True +kernel_config_output = False +kernel_make_output = False +boot_output = False parse_output = False ## Configs for debugging |