cmark

My personal build of CMark ✏️

Commit
6d2137fd8a43dd82eb494efc59d2c2ffdb05138b
Parent
cf4501323a49d817e852844cfd3fbb14de888fd9
Author
John MacFarlane <fiddlosopher@gmail.com>
Date

Fuzztest: indicate when command terminates abnormally.

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified Makefile 2 1 1
diff --git a/Makefile b/Makefile
@@ -79,7 +79,7 @@ fuzztest:
 	{ for i in `seq 1 10`; do \
 	  cat /dev/urandom | head -c $(FUZZCHARS) | iconv -f latin1 -t utf-8 | tee fuzz-$$i.txt | \
 		/usr/bin/env time -p $(PROG) >/dev/null && rm fuzz-$$i.txt ; \
-	done } 2>&1 | grep user
+	done } 2>&1 | grep 'user\|abnormally'
 
 update-site: spec.html js/commonmark.js
 	make -C $(SITE) update