summaryrefslogtreecommitdiff
path: root/tools/partest-ack
diff options
context:
space:
mode:
Diffstat (limited to 'tools/partest-ack')
-rwxr-xr-xtools/partest-ack2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/partest-ack b/tools/partest-ack
index f62d2c1ac0..0c8244257b 100755
--- a/tools/partest-ack
+++ b/tools/partest-ack
@@ -5,7 +5,7 @@
args="$@"
pathMatches () {
- ack --noenv --files-with-matches "$@" test/files
+ ack --noenv --text --files-with-matches "$@" test/files
for p in $(find test/files/* -print); do
[[ $p =~ $1 ]] && echo "$p"