Skip to content

Commit e6db719

Browse files
committed
release: Add --reruns 2 to cmd_test invocation
To prevent flaky tests from failing the release. Signed-off-by: Patrick Roy <[email protected]>
1 parent 9232614 commit e6db719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/devtool

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ cmd_build() {
486486
}
487487

488488
function cmd_make_release {
489-
cmd_test || die "Tests failed!"
489+
cmd_test -- --reruns 2 || die "Tests failed!"
490490

491491
run_devctr \
492492
--user "$(id -u):$(id -g)" \

0 commit comments

Comments
 (0)