diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-12-12 04:39:04 +0000 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-12-12 04:39:04 +0000 |
| commit | 1db36d168cffc836ef0cffc3538ddc4b96d903a6 (patch) | |
| tree | c7f246251d6d3bf92a57f91e2d65046d029c00f2 | |
| parent | 8b700b0404b03f17d48ffef290601d0966588a57 (diff) | |
| download | gentoo-utils-1db36d168cffc836ef0cffc3538ddc4b96d903a6.tar.gz | |
use "ninja test" instead of "meson test" in check_commands.txt
| -rw-r--r-- | check_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check_commands.txt b/check_commands.txt index e2b1b7e..671a1a2 100644 --- a/check_commands.txt +++ b/check_commands.txt @@ -2,4 +2,4 @@ ninja rustfmt -C build ninja rustdoc -C build ninja clippy -C build -meson test -v -C build +ninja test -C build |
