[Pkg-javascript-commits] [node-stack-utils] 64/67: Fix find expression
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Sep 7 09:53:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-stack-utils.
commit 1cb619d3540239f867c14a41ae9f7908b5c92f0e
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Mon Aug 21 17:11:03 2017 +0200
Fix find expression
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index c1ebbbe..5e5c3b4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES)))
cp -r test testbuild
- find testbuild -name '*.js' -and -not -name 'long-stack-traces.js' -maxdepth 1 -exec tap {} \;
+ find testbuild -maxdepth 1 \( -name '*.js' -a -not -name 'long-stack-traces.js' \) -exec tap {} \;
else
@echo '**********************************************************'
@echo 'Skip test suite '
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stack-utils.git
More information about the Pkg-javascript-commits
mailing list