PlasmaLang / plasma

Plasma Programming Language
Other
162 stars 10 forks source link

Sometimes the test script can't detect the end of the compiler errors section in test output. #444

Closed PaulBone closed 1 year ago

PaulBone commented 1 year ago

Sometimes the test script can't detect the end of the compiler errors section in test output.


 not ok 121 tests/build/dup_module_name_2 diff # exited with 1 expected 0
  --- dup_module_name_2.exp 2022-09-24 12:43:12.933663044 +0000
  +++ dup_module_name_2.outs    2022-09-24 12:44:04.853843131 +0000
  @@ -1,3 +1,4 @@
   dup_module_name_2.p:10: The module name from the source file 'DupModuleName2'
                           does not match the module name from the BUILD.plz file
                           'Dup_ModuleName2'
  +[3/6] Compiling DupModuleName2