From 20d0060b518e9d4a209b2e5209d34f1a54027660 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 7 Mar 2019 12:11:17 +0100 Subject: community/aubio: tests should /ALL/ check for almost-equal instead of equal --- community/aubio/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/aubio/PKGBUILD (limited to 'community') diff --git a/community/aubio/PKGBUILD b/community/aubio/PKGBUILD new file mode 100644 index 00000000..7732c0d3 --- /dev/null +++ b/community/aubio/PKGBUILD @@ -0,0 +1,6 @@ +eval "$( + declare -f prepare | \ + sed ' + /^{/ a find "${pkgbase}-${pkgver}/python/tests" -type f -exec sed -i "s/assert_equal/assert_almost_equal/" {} \; + ' +)" -- cgit v1.2.3