Skip to content

Commit a35c0eb

Browse files
committed
Keep the allocation diagnostic command compatible with the new test binary
1 parent fa67f3d commit a35c0eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎docs/internal/apply-transaction-cleanup.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To reproduce the diagnostic on macOS after building `dist/review_regressions`:
2626
cc -g -O1 -Isrc -Isrc/sqlite -Isrc/network -Isqlite -Imodules/fractional-indexing \
2727
-DSQLITE_CORE -DCLOUDSYNC_UNITTEST -DCLOUDSYNC_OMIT_NETWORK \
2828
test/stress/payload_oom.c \
29-
$(find build/test -name '*.o' ! -name 'unit.o' ! -name '*bench.o' ! -name 'integration.o' ! -name 'review_regressions.o') \
29+
$(find build/test -name '*.o' ! -name 'unit.o' ! -name '*bench.o' ! -name 'integration.o' ! -name 'integration_bootstrap.o' ! -name 'review_regressions.o') \
3030
-framework Security -o /tmp/payload-oom
3131
/tmp/payload-oom
3232
```

0 commit comments

Comments
 (0)