From 7ec66c9c1bb7c56cb1ba5e952f5e5cde858fa9b2 Mon Sep 17 00:00:00 2001 From: Josh Berdine Date: Sun, 7 Jun 2020 04:58:52 -0700 Subject: [PATCH] [sledge] Test: Fix `make -C test report-invalid-results` Reviewed By: ngorogiannis Differential Revision: D21720984 fbshipit-source-id: 7df31f889 --- sledge/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sledge/test/Makefile b/sledge/test/Makefile index 596f7bce0..3c5024b85 100644 --- a/sledge/test/Makefile +++ b/sledge/test/Makefile @@ -128,7 +128,7 @@ analyze-report-full: # list tests with zero or multiple RESULT lines report-invalid-results: @find -L * -name '*.out' -exec grep -H -c "RESULT:" {} \; \ - | grep -v ":1$" + | grep -v ":1$$" # report warnings warnings: