mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-12-24 08:00:09 -06:00
Use a more appropriate output file name.
This commit is contained in:
parent
dd23f71478
commit
a412e3226f
@ -385,7 +385,7 @@ if __name__ == '__main__':
|
||||
test_result_json.update(temp_dict_for_server)
|
||||
|
||||
# Dump test result into json file
|
||||
json_file_path = CURRENT_PATH + "/tests_result.json"
|
||||
json_file_path = CURRENT_PATH + "/test_result.json"
|
||||
with open(json_file_path, 'w') as outfile:
|
||||
json.dump(test_result_json, outfile, indent=2)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user