]> Git Repo - VerusCoin.git/commit
Auto merge of #3538 - mdr0id:mac_fix_local_rpctest, r=daira
authorHomu <[email protected]>
Wed, 19 Dec 2018 11:24:50 +0000 (03:24 -0800)
committerHomu <[email protected]>
Wed, 19 Dec 2018 11:24:50 +0000 (03:24 -0800)
commit66e39a0dd6ffd77bcbede1943195dd456f859cd6
tree06ababb4c1d27672ff1604baffd515647f67766b
parentabd55f27f2a038da88b3d62c20430f55a593f8ab
parent4ca5def62f8323ca3a8e7d7bfd45918c71bed091
Auto merge of #3538 - mdr0id:mac_fix_local_rpctest, r=daira

Update for Mac OS local rpc-tests

This PR is for #3341 .

The main issue is that ```#!/usr/bin/env python2``` is not valid on Mac. However, ```#!/usr/bin/env python``` is standard for Python2.7 interpreter link.

On a side note, pyflakes does a passive check on modules imported per some python file. This allows modules to be imported even if they do not exist on the current system (e.g. pyzmq, pybake2). Ultimately, the missing modules wont throw errors until ```rpc-test.sh``` calls that python file.

I sanity checked running this update on an Ubuntu 16.04 node, and the tests pass as expected (minus a known issue that is independent from this update). Also have updated the RTD documentation for the MacOS user guide procedure.
This page took 0.02412 seconds and 4 git commands to generate.