From e37d42d9f01bece5f3a451cca7ffc435c66e0fb6 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 19 Mar 2019 00:53:01 +0100 Subject: collect facts on demand this fixes a exception because of the missing ccinfo file when src.facter is imported before the build of allocbench --- bench.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bench.py') diff --git a/bench.py b/bench.py index 6e36d5b..bbea7c3 100755 --- a/bench.py +++ b/bench.py @@ -77,6 +77,9 @@ def main(): subprocess.run(make_cmd) + # collect facts + src.facter.collect_facts() + # Default allocator definition file allocators_file = os.path.join("build", "allocators", "allocators.py") -- cgit v1.2.3