up
This commit is contained in:
5
tests/reachability/samples-public/runners/run_all.ps1
Normal file
5
tests/reachability/samples-public/runners/run_all.ps1
Normal file
@@ -0,0 +1,5 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
python (Join-Path $PSScriptRoot "..\\scripts\\update_manifest.py") | Out-Null
|
||||
Write-Host "samples-public: manifest regenerated"
|
||||
|
||||
6
tests/reachability/samples-public/runners/run_all.sh
Normal file
6
tests/reachability/samples-public/runners/run_all.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
python3 "$(dirname "$0")/../scripts/update_manifest.py" >/dev/null
|
||||
echo "samples-public: manifest regenerated"
|
||||
|
||||
Reference in New Issue
Block a user