Add deterministic product smoke
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
if [[ $# -lt 1 ]]; then
|
||||
echo "usage: $0 <base-url>" >&2
|
||||
echo "example: $0 https://crank.example.com" >&2
|
||||
exit 64
|
||||
fi
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
python3 "$SCRIPT_DIR/authenticated-product-smoke.py" "$@"
|
||||
Reference in New Issue
Block a user