We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b12fa commit 02b8909Copy full SHA for 02b8909
tools/devtool
@@ -935,8 +935,8 @@ cmd_mkdocs() {
935
}
936
937
cmd_checkstyle() {
938
- cmd_test --no-build --no-kvm-check -- -n 4 --dist worksteal integration_tests/style
939
- cmd_test --no-build --no-kvm-check -- -n 4 --doctest-modules framework
+ cmd_test --no-build --no-kvm-check -- -n 4 --dist worksteal integration_tests/style || exit 1
+ cmd_test --no-build --no-kvm-check -- -n 4 --doctest-modules framework || exit 1
940
941
942
# Check if able to run firecracker.
0 commit comments