Skip to content

Commit

Permalink
Test msc escaping fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rphh committed Oct 7, 2024
1 parent cdd35a3 commit 3feb39b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ $ASN1SCC -uPER -typePrefix asn1Scc -renamePolicy 3 -c -o "${TEST_OUTPUT_DIR}" "$

cd $TEST_OUTPUT_DIR \
&& $SPIN -a system.pml \
&& $CC -o system.out *.c \
&& ./system.out -m1000000 -a -n > system.output \
&& $CC -o system.out *.c -DNFAIR=3 \
&& ./system.out -f -m1000000 -a -n > system.output \
&& grep -q "errors: 0" system.output \
&& cd .. \
&& rm -r $TEST_OUTPUT_DIR

0 comments on commit 3feb39b

Please sign in to comment.