Add echo statement to display passed arguments in runtest.sh
This commit is contained in:
parent
42cb854f57
commit
f68acef4bf
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ if [ -z "${SCRIPT_LOG_STARTED:-}" ]; then
|
||||||
exec script -q "$LOG_FILE" --return --flush --command "$0" "$@"
|
exec script -q "$LOG_FILE" --return --flush --command "$0" "$@"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "Here are the arguments passed to the script: $@"
|
||||||
|
|
||||||
# === Now start your real script ===
|
# === Now start your real script ===
|
||||||
source settings.env
|
source settings.env
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue