aboutsummaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorBrandon Dahler <brandon.dahler@gmail.com>2013-11-10 21:11:33 -0600
committerBrandon Dahler <brandon.dahler@gmail.com>2013-11-10 21:36:13 -0600
commit2b9170746945e5bfc09e2a235c70fee359a224a5 (patch)
treea35504904866dea34cad5fe3879efa1e2cf60da0 /qa
parent16d5f2c5e0a7276fb2b09d8dd51b7bac2753c4cc (diff)
downloadbitcoin-2b9170746945e5bfc09e2a235c70fee359a224a5.tar.xz
Update build docs that refer to old makefile.* files.
Also update pull-tester's error message.
Diffstat (limited to 'qa')
-rwxr-xr-xqa/pull-tester/pull-tester.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/pull-tester/pull-tester.py b/qa/pull-tester/pull-tester.py
index 6a7c45ccd1..b05ac2c527 100755
--- a/qa/pull-tester/pull-tester.py
+++ b/qa/pull-tester/pull-tester.py
@@ -81,7 +81,7 @@ This pull does not merge cleanly onto current master""" + common_message}
post_data = { "body" : "Automatic sanity-testing: FAILED BUILD/TEST, see " + linkUrl + " for binaries and test log." + """
This could happen for one of several reasons:
-1. It chanages paths in makefile.linux-mingw or otherwise changes build scripts in a way that made them incompatible with the automated testing scripts (please tweak those patches in qa/pull-tester)
+1. It chanages changes build scripts in a way that made them incompatible with the automated testing scripts (please tweak those patches in qa/pull-tester)
2. It adds/modifies tests which test network rules (thanks for doing that), which conflicts with a patch applied at test time
3. It does not build on either Linux i386 or Win32 (via MinGW cross compile)
4. The test suite fails on either Linux i386 or Win32