diff options
Diffstat (limited to 'Misc')
-rwxr-xr-x | Misc/build.sh | 3 | ||||
-rw-r--r-- | Misc/cheatsheet | 6 |
2 files changed, 1 insertions, 8 deletions
diff --git a/Misc/build.sh b/Misc/build.sh index 4babcbc..7e0ef43 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -196,7 +196,7 @@ if [ $err = 0 -a "$BUILD_DISABLED" != "yes" ]; then ## ensure that the reflog exists so the grep doesn't fail touch $REFLOG $PYTHON $REGRTEST_ARGS -R 4:3:$REFLOG -u network $LEAKY_SKIPS >& build/$F - NUM_FAILURES=`egrep -vc "$LEAKY_TESTS" $REFLOG` + NUM_FAILURES=`egrep -vc "($LEAKY_TESTS|sum=0)" $REFLOG` update_status "Testing refleaks ($NUM_FAILURES failures)" "$F" $start mail_on_failure "refleak" $REFLOG @@ -245,4 +245,3 @@ echo "</html>" >> $RESULT_FILE rsync $RSYNC_OPTS html/* $REMOTE_SYSTEM:$REMOTE_DIR cd ../build rsync $RSYNC_OPTS index.html *.out $REMOTE_SYSTEM:$REMOTE_DIR/results/ - diff --git a/Misc/cheatsheet b/Misc/cheatsheet index 0e34b15..08764eb 100644 --- a/Misc/cheatsheet +++ b/Misc/cheatsheet @@ -2054,12 +2054,6 @@ zipfile Read & write PK zipped files. sha Interface to the SHA message digest algorithm HMAC Keyed-Hashing for Message Authentication -- RFC 2104. -* Stdwin * Standard Window System - - stdwin Standard Window System interface - stdwinevents Stdwin event, command, and selection constants - rect Rectangle manipulation operations - * SGI IRIX * (4 & 5) al SGI audio facilities |