Commit efed6a9
committed
Bypass cp alias in visualize_tests approve command
Many shells alias cp to cp -i, which prompts before overwriting an
existing baseline image — annoying when approving multiple failing
tests in one paste. Prefix the generated cp lines with a backslash so
the shell skips the alias and runs the binary directly.1 parent b28cf8d commit efed6a9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
580 | | - | |
| 580 | + | |
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
| |||
0 commit comments