File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 37
37
38
38
- name : " Look for failing tests"
39
39
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
Original file line number Diff line number Diff line change 3
3
test : openmodelica dymola
4
4
5
5
openmodelica :
6
+ @pwd
6
7
@make -C OpenModelica | tee openmodelica.log
7
8
@make -C OpenModelica clean
8
9
@echo " "
9
10
@grep == openmodelica.log
11
+ @ls -la
10
12
11
13
dymola :
12
14
@make -C Dymola | tee dymola.log
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ TEST = ./rtest -v
2
2
3
3
TESTFILES = \
4
4
PNlib.Examples.ConTest.Conflict.mos \
5
- PNlib.Examples.ConTest.ConflictLoop.mos \
5
+ # PNlib.Examples.ConTest.ConflictLoop.mos \
6
6
PNlib.Examples.ConTest.LoopAndArcweight.mos \
7
7
PNlib.Examples.ConTest.PCtoTC.mos \
8
8
PNlib.Examples.ConTest.PCtoTCfunction.mos \
You can’t perform that action at this time.
0 commit comments