summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-11-15 07:22:51 -0800
committerPaul Phillips <paulp@improving.org>2012-11-15 07:22:51 -0800
commit85f40e5048ce91ec77f105a4f1d03ad1f8dd941a (patch)
tree73b0c3b4d37bbc0380e0d0041b6c2ca0c73671e7
parent174dff5ff8a4071c28453eada81c7df30e6c45d1 (diff)
parent7ab5e7123a562ed80a347c1dcf8b0399a483c5e9 (diff)
downloadscala-85f40e5048ce91ec77f105a4f1d03ad1f8dd941a.tar.gz
scala-85f40e5048ce91ec77f105a4f1d03ad1f8dd941a.tar.bz2
scala-85f40e5048ce91ec77f105a4f1d03ad1f8dd941a.zip
Merge pull request #1632 from paulp/ack-flag
Fix bug in 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"