diff options
| author | Cory Fields <[email protected]> | 2015-08-25 12:03:28 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2015-08-25 12:03:28 -0400 |
| commit | bd30c3dced21fca869a14c75081f15195762afe1 (patch) | |
| tree | 7649a5389c7174dff7c5c0fe3be7bc0db1949ac5 | |
| parent | net: Set SO_REUSEADDR for Windows too (diff) | |
| download | discoin-bd30c3dced21fca869a14c75081f15195762afe1.tar.xz discoin-bd30c3dced21fca869a14c75081f15195762afe1.zip | |
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 5d581819d..555d2c224 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 testScripts=( |