Add echo statement to display passed arguments in runtest.sh

This commit is contained in:
Yaro Kasear 2025-05-02 14:32:57 -05:00
parent 42cb854f57
commit f68acef4bf

View file

@ -45,6 +45,8 @@ if [ -z "${SCRIPT_LOG_STARTED:-}" ]; then
exec script -q "$LOG_FILE" --return --flush --command "$0" "$@"
fi
echo "Here are the arguments passed to the script: $@"
# === Now start your real script ===
source settings.env