Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ branch and the `HEAD` of your current branch, run
```sh
tools/devtool -y build --rev main --release
tools/devtool -y build --rev HEAD --release
tools/devtool -y test --ab -- run build/main build/HEAD --test integration_tests/performance/test_boottime.py::test_boottime
tools/devtool -y test --no-build --ab -- run build/main build/HEAD --test integration_tests/performance/test_boottime.py::test_boottime
```

#### How to Write an A/B-Compatible Test and Common Pitfalls
Expand Down
1 change: 1 addition & 0 deletions tools/devtool
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,7 @@ cmd_test() {
cmd_build --release
if [ -n "$BUILDKITE_PULL_REQUEST_BASE_BRANCH" ]; then
cmd_build --release --rev "$BUILDKITE_PULL_REQUEST_BASE_BRANCH"
ok_or_die "Failed to build Firecracker!"
fi
fi

Expand Down