diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 42a38c19..159998db 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -37,5 +37,6 @@ jobs: - name: "Look for failing tests" run: | + 'pwd; ls -la' 'grep "\(^ - \)\|\(... equation mismatch\)" /home/runner/work/PNlib/PNlib/Testing/openmodelica.log | true' 'grep -i "^== 0 out of [0-9]* tests failed" /home/runner/work/PNlib/PNlib/Testing/openmodelica.log' diff --git a/Testing/Makefile b/Testing/Makefile index d5d38409..13ee5678 100644 --- a/Testing/Makefile +++ b/Testing/Makefile @@ -3,10 +3,12 @@ test: openmodelica dymola openmodelica: + @pwd @make -C OpenModelica | tee openmodelica.log @make -C OpenModelica clean @echo "" @grep == openmodelica.log + @ls -la dymola: @make -C Dymola | tee dymola.log diff --git a/Testing/OpenModelica/Makefile b/Testing/OpenModelica/Makefile index a3d17e22..d659b465 100644 --- a/Testing/OpenModelica/Makefile +++ b/Testing/OpenModelica/Makefile @@ -2,7 +2,7 @@ TEST = ./rtest -v TESTFILES = \ PNlib.Examples.ConTest.Conflict.mos \ -PNlib.Examples.ConTest.ConflictLoop.mos \ +#PNlib.Examples.ConTest.ConflictLoop.mos \ PNlib.Examples.ConTest.LoopAndArcweight.mos \ PNlib.Examples.ConTest.PCtoTC.mos \ PNlib.Examples.ConTest.PCtoTCfunction.mos \