Move script context e2e tests under a nested 'v2' directory.

And rework scripts to run them in anticipation of new v3 contexts.
This commit is contained in:
KtorZ
2024-08-07 09:12:42 +02:00
parent cab58e5aab
commit 0dec4dc533
31 changed files with 148 additions and 114 deletions

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
find . -regex ".*[0-9]\{3\}" -type d | xargs -P 8 -I {} -- ./run {}