mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-11 08:32:20 -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)
|
test_result_json.update(temp_dict_for_server)
|
||||||
|
|
||||||
# Dump test result into json file
|
# 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:
|
with open(json_file_path, 'w') as outfile:
|
||||||
json.dump(test_result_json, outfile, indent=2)
|
json.dump(test_result_json, outfile, indent=2)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user