Skip to content

Commit

Permalink
release: Add --reruns 2 to cmd_test invocation
Browse files Browse the repository at this point in the history
To prevent flaky tests from failing the release.

Signed-off-by: Patrick Roy <[email protected]>
  • Loading branch information
roypat committed Oct 9, 2023
1 parent 9232614 commit e6db719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/devtool
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ cmd_build() {
}

function cmd_make_release {
cmd_test || die "Tests failed!"
cmd_test -- --reruns 2 || die "Tests failed!"

run_devctr \
--user "$(id -u):$(id -g)" \
Expand Down

0 comments on commit e6db719

Please sign in to comment.