Skip to content

Commit

Permalink
refactor: update chainmaker test report file name
Browse files Browse the repository at this point in the history
  • Loading branch information
PanHH authored Jan 5, 2023
1 parent 55407f1 commit 2a67b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UT/linuxDefault/blockchain/chainmaker/tcase_entry.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ int main(int argc, char *argv[])
srunner_add_suite(sr, suite_transaction);

/* set generate test log in running path */
srunner_set_log(sr, "test_report_chaninmaker.txt");
srunner_set_log(sr, "test_report_chainmaker.txt");

/* start to run all test case */
srunner_run_all(sr, CK_NORMAL);
Expand Down

0 comments on commit 2a67b7c

Please sign in to comment.