Skip to content

Commit

Permalink
feature: added file name to name of the test case. (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuizhuhaomeng authored Sep 26, 2021
1 parent 1631ffd commit da2c049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Test/Nginx/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,7 @@ sub run_tests () {
$hdl->($block);
}

$block->set_value("name", $0 . " " . $block->name);
run_test($block);

$PrevBlock = $block;
Expand Down

0 comments on commit da2c049

Please sign in to comment.