diff --git a/runtest.sh b/runtest.sh index a9e9238..4bb4374 100755 --- a/runtest.sh +++ b/runtest.sh @@ -36,6 +36,8 @@ done IFS=$'\n\t' +echo "Here are the arguments passed to the script: $@" + # === Start logging with 'script' safely === if [ -z "${SCRIPT_LOG_STARTED:-}" ]; then export SCRIPT_LOG_STARTED=1 @@ -45,7 +47,6 @@ 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