You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: check_errors.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ rm -f $NEWERRORS
33
33
34
34
# egrep 'DIE: |PHP Parse error: |PHP Fatal error:|PHP Notice:|PHP Warning:|Grade NOT updated|Grade failure|Failure to store grade|Missing required result data|Missing required session data|Session not set up for grade return|Grade Exception:|Grade read failure:|Fatal XML' $LOGFILE > /tmp/csev-$host-current-errors
35
35
36
-
egrep 'DIE: |SQLSTATE|accounts.google.com|store/index.php?type=|PHP Parse error:|PHP Fatal error:|PHP Notice:|PHP Warning:|Grade NOT updated|Grade failure|Failure to store grade|Missing required result data|Missing required session data|Session not set up for grade return|Grade Exception:|Grade read failure:|Fatal XML'$LOGFILE| egrep -v 'failure_is_expected|Undefined property: MyClass2::.priv|Session in login|Heartbeat'>$NEWERRORS
36
+
egrep 'DIE: |SQLSTATE|accounts.google.com|store/index.php?type=|PHP Parse error:|PHP Fatal error:|PHP Notice:|PHP Warning:|Grade NOT updated|Grade failure|Failure to store grade|Missing required result data|Missing required session data|Session not set up for grade return|Grade Exception:|Grade read failure:|Fatal XML'$LOGFILE| egrep -v 'This tool should be launched from|Session expired|failure_is_expected|Undefined property: MyClass2::.priv|Session in login|Heartbeat'>$NEWERRORS
0 commit comments