Skip to content
Snippets Groups Projects
Unverified Commit 06ca881a authored by Patrycja Rosa's avatar Patrycja Rosa :cat: Committed by alice
Browse files

testing/btcd: fix build

parent 9d6c5ee9
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,9 @@ url="https://github.com/btcsuite/btcd#btcd" ...@@ -8,7 +8,9 @@ url="https://github.com/btcsuite/btcd#btcd"
arch="all" arch="all"
license="ISC" license="ISC"
makedepends="go" makedepends="go"
source="https://github.com/btcsuite/btcd/archive/v$_pkgver/$pkgname-$_pkgver.tar.gz" source="https://github.com/btcsuite/btcd/archive/v$_pkgver/btcd-$_pkgver.tar.gz
fix-test.patch
"
builddir="$srcdir/$pkgname-$_pkgver" builddir="$srcdir/$pkgname-$_pkgver"
build() { build() {
...@@ -27,4 +29,5 @@ package() { ...@@ -27,4 +29,5 @@ package() {
} }
sha512sums=" sha512sums="
cae1bf46900890e4bc01b817f72cbf6654636af5bac887032a85afba91a813162e5b2e1bcb23cd0a013e8b0711d9e7a68d6ff08f8767c6b375a2df7d8d72c291 btcd-0.22.0-beta.tar.gz cae1bf46900890e4bc01b817f72cbf6654636af5bac887032a85afba91a813162e5b2e1bcb23cd0a013e8b0711d9e7a68d6ff08f8767c6b375a2df7d8d72c291 btcd-0.22.0-beta.tar.gz
ba6a8a79ca5c4419c4983042f9c49548ff3548b1002705ae106c2123424bc492a477e9693334fb5264ebe38f01cac6a9b36c8fe392cec0f4257ac5e78534578e fix-test.patch
" "
--- a/mempool/mempool_test.go
+++ b/mempool/mempool_test.go
@@ -560,7 +560,7 @@
// Ensure no transactions were reported as accepted.
if len(acceptedTxns) != 0 {
- t.Fatal("ProcessTransaction: reported %d accepted "+
+ t.Fatalf("ProcessTransaction: reported %d accepted "+
"transactions from failed orphan attempt",
len(acceptedTxns))
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment