diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2015-08-25 12:03:28 -0400 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2015-09-21 05:21:32 +0000 |
commit | 0dfcdd41ebf82aa409ec203deeabc900d996c413 (patch) | |
tree | 3803284b4589155c5ffe10a674e0c7c41e345b18 | |
parent | c9ad65e5fafc47ea74399e8057e445e0e0435101 (diff) |
rpc-tests: re-enable rpc-tests for Windows
-rwxr-xr-x | qa/pull-tester/rpc-tests.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh index d6ee00bb7d..2a7fbff143 100755 --- a/qa/pull-tester/rpc-tests.sh +++ b/qa/pull-tester/rpc-tests.sh @@ -8,11 +8,6 @@ CURDIR=$(cd $(dirname "$0"); pwd) export BITCOINCLI=${BUILDDIR}/qa/pull-tester/run-bitcoin-cli export BITCOIND=${REAL_BITCOIND} -if [ "x${EXEEXT}" = "x.exe" ]; then - echo "Win tests currently disabled" - exit 0 -fi - #Run the tests if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then |