Explorar o código

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

Yentl Van Tendeloo %!s(int64=8) %!d(string=hai) anos
pai
achega
be1aca1769
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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]))