Ver código fonte

Use PO for now, as that is the only one supporting debug for now

Yentl Van Tendeloo 8 anos atrás
pai
commit
7293a97b67
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      integration/utils.py

+ 1 - 1
integration/utils.py

@@ -131,7 +131,7 @@ def run_file(files, parameters, expected, wait=False):
                 model_mode = "MO"
                 mod_files.remove(mod_filename)
             else:
-                model_mode = "CO"
+                model_mode = "PO"
             if parallel_push:
                 import threading
                 threads.append(threading.Thread(target=compile_file, args=[address, mod_filename, mod_filename, model_mode, proc]))