consolidate the tests locations

This commit is contained in:
StellaOps Bot
2025-12-26 01:48:24 +02:00
parent 17613acf57
commit 39359da171
2031 changed files with 2607 additions and 476 deletions

View File

@@ -1,8 +0,0 @@
$ErrorActionPreference = "Stop"
python (Join-Path $PSScriptRoot "..\\scripts\\update_corpus_manifest.py") | Out-Null
python (Join-Path $PSScriptRoot "..\\samples-public\\scripts\\update_manifest.py") | Out-Null
python (Join-Path $PSScriptRoot "..\\fixtures\\reachbench-2025-expanded\\harness\\update_variant_manifests.py") | Out-Null
Write-Host "reachability: manifests regenerated"

View File

@@ -1,9 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
python3 "$(dirname "$0")/../scripts/update_corpus_manifest.py" >/dev/null
python3 "$(dirname "$0")/../samples-public/scripts/update_manifest.py" >/dev/null
python3 "$(dirname "$0")/../fixtures/reachbench-2025-expanded/harness/update_variant_manifests.py" >/dev/null
echo "reachability: manifests regenerated"