We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17375f0 commit 1ec8d01Copy full SHA for 1ec8d01
1 file changed
for_gh_runner/run_pp_locally.sh
@@ -107,12 +107,12 @@ echo ""
107
echo "*****************"
108
echo "VALIDATING"
109
echo "fre -vv pp validate $ept_arg_string"
110
-#fre -vv pp validate $ept_arg_string
111
-#if [ $? -ne 0 ] ; then
112
-# echo "*****************"
113
-# echo "ERROR VALIDATING"
114
-# return 1
115
-#fi
+fre -vv pp validate $ept_arg_string
+if [ $? -ne 0 ] ; then
+ echo "*****************"
+ echo "ERROR VALIDATING"
+ return 1
+fi
116
117
118
echo ""
0 commit comments