[mswin]: full test suite support with pexpect (PopenSpawn)

[mswin]: secure wallet deletion with sdelete
[mswin]: keyaddrfile binary mode write bugfix (main_addrgen.py)
This commit is contained in:
philemon 2016-12-05 21:53:16 +03:00
commit 48845020c3
Signed by untrusted user who does not match committer: mmgen
GPG key ID: 62DBE9E5212F05BE
13 changed files with 262 additions and 166 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
CMD='rm -rf /usr/local/share/mmgen /usr/local/bin/mmgen-* /usr/local/lib/python2.7/dist-packages/mmgen*'
CMD='rm -rf /usr/local/share/mmgen /usr/local/bin/mmgen-* /usr/local/lib/python2.7/dist-packages/mmgen* /mingw/opt/bin/mmgen-* /mingw/opt/lib/python2.7/site-packages/mmgen*'
if [ "$EUID" = 0 -o "$HOMEPATH" ]; then
set -x; $CMD