Skip to content

Commit ee57334

Browse files
committed
Test
1 parent 35f862f commit ee57334

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Diff for: .github/workflows/Test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737

3838
- name: "Look for failing tests"
3939
run: |
40-
'grep "\(^ - \)\|\(... equation mismatch\)" /home/runner/work/PNlib/PNlib/Testing/openmodelica.log | true'
41-
'grep -i "^== 0 out of [0-9]* tests failed" /home/runner/work/PNlib/PNlib/Testing/openmodelica.log'
40+
grep "\(^ - \)\|\(... equation mismatch\)" Testing/openmodelica.log | true
41+
grep -i "^== 0 out of [0-9]* tests failed" Testing/openmodelica.log

Diff for: Testing/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
test: openmodelica dymola
44

55
openmodelica:
6+
@pwd
67
@make -C OpenModelica | tee openmodelica.log
78
@make -C OpenModelica clean
89
@echo ""
910
@grep == openmodelica.log
11+
@ls -la
1012

1113
dymola:
1214
@make -C Dymola | tee dymola.log

Diff for: Testing/OpenModelica/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ TEST = ./rtest -v
22

33
TESTFILES = \
44
PNlib.Examples.ConTest.Conflict.mos \
5-
PNlib.Examples.ConTest.ConflictLoop.mos \
5+
#PNlib.Examples.ConTest.ConflictLoop.mos \
66
PNlib.Examples.ConTest.LoopAndArcweight.mos \
77
PNlib.Examples.ConTest.PCtoTC.mos \
88
PNlib.Examples.ConTest.PCtoTCfunction.mos \

0 commit comments

Comments
 (0)