diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-20 01:50:57 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-20 01:50:57 +0900 |
| commit | 4648f98272e3b5f1705a87a0bb51e69d3653c7bb (patch) | |
| tree | be270a79a167e7c50483e29975a6500d451ba9b2 /internal/rosa/meson.go | |
| parent | 11d99439ac8909c3650911fafeafba17a186501f (diff) | |
internal/rosa/python: run tests via helper
Despite the lack of standards, pytest seems somewhat widely agreed upon.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/meson.go')
| -rw-r--r-- | internal/rosa/meson.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/meson.go b/internal/rosa/meson.go index cb735e55..c4f3a56d 100644 --- a/internal/rosa/meson.go +++ b/internal/rosa/meson.go @@ -22,7 +22,7 @@ func (t Toolchain) newMeson() (pkg.Artifact, string) { }, }, &PipHelper{ EnterSource: true, - Script: ` + Check: ` cd 'test cases' rm -rf \ 'common/32 has header' \ |
