Skip to content

Commit

Permalink
specify absolute path to db in iri.ini windows version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cylix committed Feb 11, 2018
1 parent 5bfa9d8 commit e665e18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions test/testnet/iri_config/iri.ini.windows
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[IRI]
TESTNET_MWM = 9
MAINNET_MWM = 9
PORT = 14265
TESTNET = true
DB_PATH = C:\projects\iota-lib-cpp\test\testnet\iri\testnetdb
2 changes: 1 addition & 1 deletion test/testnet/iri_setup_windows.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ git clone https://github.com/iotaledger/iri.git test/testnet/iri
cd test/testnet/iri
git checkout 8886df6e
cp ../iri_config/Snapshot.txt src/main/resources
cp ../iri_config/iri.ini .
cp ../iri_config/iri.ini.windows iri.ini
cp ../iri_patch/Snapshot.java src/main/java/com/iota/iri/Snapshot.java
cp ../iri_patch/TransactionValidator.java src/main/java/com/iota/iri/TransactionValidator.java
cp ../iri_patch/TransactionValidatorTest.java src/test/java/com/iota/iri/TransactionValidatorTest.java
Expand Down

0 comments on commit e665e18

Please sign in to comment.