diff options
author | Ilya Kitaev <mbg033@gmail.com> | 2016-09-23 23:35:57 +0300 |
---|---|---|
committer | Ilya Kitaev <mbg033@gmail.com> | 2016-09-23 23:35:57 +0300 |
commit | 2e18e10beb98310e1e1dc8c01e5f7bcd0cf748dc (patch) | |
tree | d09afadd1b3844350d3ece9a8bcb675ec51193e0 /tests/libwallet_api_tests/scripts/create_wallets.sh | |
parent | libwallet_api: tests: env variables for WALLETS_ROOT_DIR and (diff) | |
download | monero-2e18e10beb98310e1e1dc8c01e5f7bcd0cf748dc.tar.xz |
libwallet_api: simple documentation on testing environment
Diffstat (limited to 'tests/libwallet_api_tests/scripts/create_wallets.sh')
-rwxr-xr-x | tests/libwallet_api_tests/scripts/create_wallets.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/libwallet_api_tests/scripts/create_wallets.sh b/tests/libwallet_api_tests/scripts/create_wallets.sh index e25d2c317..f33564e7f 100755 --- a/tests/libwallet_api_tests/scripts/create_wallets.sh +++ b/tests/libwallet_api_tests/scripts/create_wallets.sh @@ -6,7 +6,6 @@ function create_wallet { } - create_wallet wallet_01.bin create_wallet wallet_02.bin create_wallet wallet_03.bin @@ -14,7 +13,6 @@ create_wallet wallet_04.bin create_wallet wallet_05.bin create_wallet wallet_06.bin - -#create_wallet wallet_m +# create_wallet wallet_m |