emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master b11fb74 14/17: Correct location of short filter


From: Rocky Bernstein
Subject: [elpa] master b11fb74 14/17: Correct location of short filter
Date: Thu, 25 May 2017 02:05:04 -0400 (EDT)

branch: master
commit b11fb74be7e5f465a2fe505e4d44cd13ec9ae136
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]