Sync with 5.2.0
[deliverable/titan.core.git] / regression_test / compileonly / mfgen-tpd / invalid_buildconfig_param / Makefile
index 57fb440869841bcb13714c92fdff6886c6c611da..e98152720d581ef5a0f835866ac027ddfe8634ce 100644 (file)
@@ -26,8 +26,7 @@ BuildHelloTpd:
         -t ../HelloTpd.tpd -b notexisting 2>&1 | tee ../output
 
 CheckHelloTpd: BuildHelloTpd
-       if [ `grep -c "error: The active build configuration named 'notexisting' does not exist" ./HelloTpd/output` -ne 1 ] \
-         || [ `grep -c "error: Failed to process ../HelloTpd.tpd" ./HelloTpd/output` -ne 1 ]; \
+       if [ `grep -c "error: The active build configuration named 'notexisting' does not exist" ./HelloTpd/output` -ne 1 ]; \
        then exit 1; fi
 
 clean:
This page took 0.027704 seconds and 5 git commands to generate.