Skip to content

Instantly share code, notes, and snippets.

View brandondahler's full-sized avatar

Brandon Dahler brandondahler

  • Amazon Web Services
  • Raleigh, NC
View GitHub Profile
@brandondahler
brandondahler / bitcoinTestSuite.sh
Last active December 18, 2015 10:49
Files to test bitcoind update
#!/bin/bash
#[base-dir]/bitcoinTestSuite.sh
mkdir -p Tests/unfixed
mkdir -p Tests/fixed
cd bitcoin/src
./test_bitcoind.sh | tee Tests/unfixed/new_bitcoind.txt
./test_bitcoind_test.sh | tee Tests/unfixed/new_bitcoind_test.txt