Skip to content

Commit 521d4ad

Browse files
authored
move setup scripts to be nested inside scripts (#2379)
Much of this has been adapted from #2018, with attention paid towards short-term back compat ("scripts.setup" instead of "script.setup").
1 parent b1409cd commit 521d4ad

File tree

8 files changed

+313
-84
lines changed

8 files changed

+313
-84
lines changed

fixtures/nextest-tests/.config/nextest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ max-threads = 20
118118
[test-groups.serial]
119119
max-threads = 1
120120

121-
[script.my-script-unix]
121+
[scripts.setup.my-script-unix]
122122
command = './scripts/my-script.sh'
123123

124-
[script.my-script-windows]
124+
[scripts.setup.my-script-windows]
125125
command = 'cmd /c "scripts\\my-script.bat"'

0 commit comments

Comments
 (0)