branch: master
commit b11fb74be7e5f465a2fe505e4d44cd13ec9ae136
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
Correct location of short filter
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 318be7f..5706b3b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@ check: $(test-files)
#: Run all tests with minimum verbosity
check-short:
- $(MAKE) -C test check 2>&1 | ruby make-check-filter.rb
+ $(MAKE) -C test check 2>&1 | ruby test/make-check-filter.rb
#: same as check