Skip to content

Commit 82b4709

Browse files
committed
Add some errors
1 parent ae7d35e commit 82b4709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_errors.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rm -f $NEWERRORS
3333

3434
# 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
3535

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
3737

3838
lines=`cat $NEWERRORS | wc -l`
3939
startpos=`cat $OLDERRORS | wc -l`

0 commit comments

Comments
 (0)