Commit cdd7dcb
committed
doc(test): suggest --no-build in conjunction with --ab
When running A/B tests, this part of the documentation explicitly builds
firecracker from two revisions. However, after that it will _still_
build Firecracker from HEAD _again_, even though this third compilation
of firecracker is not needed: The A/B test will only ever use the
precompiled binaries.
Fix this by passing --no-build in the example
Signed-off-by: Patrick Roy <[email protected]>1 parent af73ec7 commit cdd7dcb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
0 commit comments