diff options
| author | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-06-01 08:16:40 -0400 |
|---|---|---|
| committer | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-06-02 14:54:32 -0400 |
| commit | 5db65aa796ef5dc2bfecf3a74d718e43ef5b40d0 (patch) | |
| tree | 047d3dcf9df4f21e4f2f97777f3287bbc0bc86d8 /core | |
| parent | cb00b8022b5041b93a4b066e4b27c2a0368a377c (diff) | |
Make it easier to learn about `ODIN_TEST_CLIPBOARD`
Diffstat (limited to 'core')
| -rw-r--r-- | core/testing/runner.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/testing/runner.odin b/core/testing/runner.odin index 24b902005..ddc01c919 100644 --- a/core/testing/runner.odin +++ b/core/testing/runner.odin @@ -748,6 +748,7 @@ runner :: proc(internal_tests: []Internal_Test) -> bool { #no_bounds_check it := internal_tests[test_index] fmt.wprintf(batch_writer, "%s.%s,", it.pkg, it.name) } + fmt.wprint(batch_writer, "\n\nIf your terminal supports OSC 52, you may use -define:ODIN_TEST_CLIPBOARD to have this copied directly to your clipboard.") } fmt.wprintln(batch_writer) |