consolidate the tests locations
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user