Further fixes to check-seq-point test
authorJo Shields <jo.shields@xamarin.com>
Wed, 18 Feb 2015 17:17:21 +0000 (17:17 +0000)
committerJo Shields <jo.shields@xamarin.com>
Wed, 18 Feb 2015 17:17:21 +0000 (17:17 +0000)
mono/mini/Makefile.am.in

index a060e0130fbecb6ad3e3bf9b33220e23cef30553..4272a2300a514e890fd654453df262afca1e94e1 100755 (executable)
@@ -666,8 +666,8 @@ endif
 
 check-seq-points: mono $(regtests)
        rm -f TestResults_op_il_seq_point.xml
-       for i in $(regtests); do ./test_op_il_seq_point.sh $$i || ./test_op_il_seq_point_headerfooter.sh && exit 1; done
-       for i in $(regtests); do ./test_op_il_seq_point.sh $$i --aot || ./test_op_il_seq_point_headerfooter.sh && exit 1; done
+       for i in $(regtests); do ./test_op_il_seq_point.sh $$i || (./test_op_il_seq_point_headerfooter.sh && exit 1); done
+       for i in $(regtests); do ./test_op_il_seq_point.sh $$i --aot || (./test_op_il_seq_point_headerfooter.sh && exit 1); done
        ./test_op_il_seq_point_headerfooter.sh
 
 gctest: mono gc-test.exe