BlueBrain / nmodl

Code Generation Framework For NEURON MODeling Language
https://bluebrain.github.io/nmodl/
Apache License 2.0
53 stars 15 forks source link

Fix `ctest --parallel` #1290

Closed 1uc closed 3 months ago

1uc commented 4 months ago

Running ctest --parallel reliably fails with:

Filters: "Scenario: Check parents in valid NMODL constructs"
Randomness seeded to: 515386643

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
testparser is a Catch2 v3.5.3 host application.
Run with -? for options

-------------------------------------------------------------------------------
Scenario: Check parents in valid NMODL constructs
-------------------------------------------------------------------------------
/home/lucg/git/bbp/nmodl/test/unit/parser/parser.cpp:200
...............................................................................

/home/lucg/git/bbp/nmodl/test/unit/parser/parser.cpp:207: FAILED:
  {Unknown expression after the reported line}
due to unexpected exception with message:
  NMODL Parser Error : can not open file : "Unit.inc" [Location : 2.25-34]

-------------------------------------------------------------------------------
Scenario: Check parents in valid NMODL constructs
-------------------------------------------------------------------------------
/home/lucg/git/bbp/nmodl/test/unit/parser/parser.cpp:200
...............................................................................

/home/lucg/git/bbp/nmodl/test/unit/parser/parser.cpp:207: FAILED:
  {Unknown expression after the reported line}
due to unexpected exception with message:
  NMODL Parser Error : can not open file : "Unit.inc" [Location : 2.25-34]

===============================================================================
test cases:  1 |  0 passed | 1 failed
assertions: 78 | 76 passed | 2 failed
JCGoran commented 3 months ago

Since #1295 was merged, can this issue be closed?