summaryrefslogtreecommitdiff
path: root/test/fullcheck.sh
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-03-05 15:42:33 -0600
committerJohn Wiegley <johnw@newartisans.com>2012-03-05 15:42:33 -0600
commit05725eab3fdbbf82b2c702ca8c1615dea9cc8a1b (patch)
treed886f128884560b7cd9765949e6bb93a45cbe4f4 /test/fullcheck.sh
parente7aaaeab33d77c37efc16d7e97d422407fd497a0 (diff)
downloadfork-ledger-05725eab3fdbbf82b2c702ca8c1615dea9cc8a1b.tar.gz
fork-ledger-05725eab3fdbbf82b2c702ca8c1615dea9cc8a1b.tar.bz2
fork-ledger-05725eab3fdbbf82b2c702ca8c1615dea9cc8a1b.zip
Look for valgrind in /opt/local/bin also
Diffstat (limited to 'test/fullcheck.sh')
-rwxr-xr-xtest/fullcheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fullcheck.sh b/test/fullcheck.sh
index f3c20dd2..f8c671e0 100755
--- a/test/fullcheck.sh
+++ b/test/fullcheck.sh
@@ -1,7 +1,7 @@
#!/bin/sh
VALGRIND=''
-if [ -x /usr/bin/valgrind ]; then
+if [ -x /usr/bin/valgrind -o -x /opt/local/bin/valgrind ]; then
VALGRIND=valgrind
fi