Files
jj-vcs-jj/cli/testing
David Higgs f6f86a88fc tests: avoid dumping core when fake utilities are instructed to crash
The CI systems used by jj disable coredumps or place them somewhere else.
Others generate coredumps in the working directory, where jj may snapshot
them, causing insta snapshot errors. Raise SIGTERM on UNIX platforms to avoid
this situation.

Supercedes #8689.
Closes #8819.
2026-02-13 22:25:13 +00:00
..