Skip to content

Commit 94f8f13

Browse files
authored
Merge branch 'main' into perf_refactor
2 parents 3b30f6a + cdd7dcb commit 94f8f13

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ branch and the `HEAD` of your current branch, run
198198
```sh
199199
tools/devtool -y build --rev main --release
200200
tools/devtool -y build --rev HEAD --release
201-
tools/devtool -y test --ab -- run build/main build/HEAD --test integration_tests/performance/test_boottime.py::test_boottime
201+
tools/devtool -y test --no-build --ab -- run build/main build/HEAD --test integration_tests/performance/test_boottime.py::test_boottime
202202
```
203203

204204
#### How to Write an A/B-Compatible Test and Common Pitfalls

tools/devtool

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,7 @@ cmd_test() {
723723
cmd_build --release
724724
if [ -n "$BUILDKITE_PULL_REQUEST_BASE_BRANCH" ]; then
725725
cmd_build --release --rev "$BUILDKITE_PULL_REQUEST_BASE_BRANCH"
726+
ok_or_die "Failed to build Firecracker!"
726727
fi
727728
fi
728729

0 commit comments

Comments
 (0)