[Pkg-bitcoin-commits] [libunivalue] 04/76: unitester: return success upon exit
Jonas Smedegaard
dr at jones.dk
Mon Apr 4 09:18:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libunivalue.
commit eac8c26b7872a9f31cb81ed26065b1126f17576c
Author: Jeff Garzik <jgarzik at bitpay.com>
Date: Thu Jun 12 17:38:10 2014 -0400
unitester: return success upon exit
---
unitester.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/unitester.cpp b/unitester.cpp
index 2bcd7a2..a614a48 100644
--- a/unitester.cpp
+++ b/unitester.cpp
@@ -111,5 +111,7 @@ int main (int argc, char *argv[])
for (unsigned int fidx = 0; fidx < ARRAY_SIZE(filenames); fidx++) {
runtest_file(filenames[fidx]);
}
+
+ return 0;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/libunivalue.git
More information about the Pkg-bitcoin-commits
mailing list