libxdg-basedir-valgrind-libtool.patch 394 B

1234567891011
  1. --- a/tests/query-harness.sh
  2. +++ b/tests/query-harness.sh
  3. @@ -10,7 +10,7 @@ fi
  4. testquery="${top_builddir}/tests/testquery"
  5. if [ -n "$USE_VALGRIND" ] && (type valgrind 1>/dev/null)
  6. then
  7. - output="`valgrind -q --error-exitcode=1 "$testquery" $arguments`"
  8. + output="`libtool --mode=execute valgrind -q --error-exitcode=1 "$testquery" $arguments`"
  9. else
  10. output="`"$testquery" $arguments`"
  11. fi