Fix a bug with alloy.py constantly throwing an exception

This commit is contained in:
Anton Mitrokhin
2014-07-08 12:20:25 +04:00
parent c6ef1cab79
commit 502acf97e7
2 changed files with 6 additions and 4 deletions

View File

@@ -377,6 +377,7 @@ def validation_run(only, only_targets, reference_branch, number, notify, update,
print_debug("\n\nStability validation run\n\n", False, "")
stability = options_for_drivers()
# stability constant options
stability.save_bin = False
stability.random = False
stability.ispc_flags = ""
stability.compiler_exe = None