mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
s/bitcoin/dash
Signed-off-by: Pasta <pasta@dashboost.org>
This commit is contained in:
parent
b62db76180
commit
bb370afbfd
@ -204,7 +204,7 @@ def main():
|
||||
logging.basicConfig(format='%(message)s', level=logging_level)
|
||||
|
||||
# Create base test directory
|
||||
tmpdir = "%s/bitcoin_test_runner_%s" % (args.tmpdirprefix, datetime.datetime.now().strftime("%Y%m%d_%H%M%S"))
|
||||
tmpdir = "%s/dash_test_runner_%s" % (args.tmpdirprefix, datetime.datetime.now().strftime("%Y%m%d_%H%M%S"))
|
||||
os.makedirs(tmpdir)
|
||||
|
||||
logging.debug("Temporary test directory at %s" % tmpdir)
|
||||
|
Loading…
Reference in New Issue
Block a user