dropshell-build/test.sh
Your Name a882153e56
All checks were successful
dropshell-build / build (push) Successful in 1m1s
'Generic Commit'
2025-06-03 00:45:34 +12:00

16 lines
244 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
echo "Testing"
[ -f "${SCRIPT_DIR}/output/ipdemo" ] || { echo "ipdemo binary not found"; exit 1; }
"${SCRIPT_DIR}/output/ipdemo"