Skip to content

Commit 1ec8d01

Browse files
authored
Uncomment validation logic in run_pp_locally.sh
1 parent 17375f0 commit 1ec8d01

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

for_gh_runner/run_pp_locally.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ echo ""
107107
echo "*****************"
108108
echo "VALIDATING"
109109
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
110+
fre -vv pp validate $ept_arg_string
111+
if [ $? -ne 0 ] ; then
112+
echo "*****************"
113+
echo "ERROR VALIDATING"
114+
return 1
115+
fi
116116

117117

118118
echo ""

0 commit comments

Comments
 (0)