Remove session logging from runtest.sh and adjust argument display

This commit is contained in:
Yaro Kasear 2025-05-02 14:35:18 -05:00
parent b80adf89ef
commit 8301dd8744
2 changed files with 7 additions and 10 deletions

7
start-test.sh Normal file
View file

@ -0,0 +1,7 @@
#!/bin/bash
BOOT_ID=$(cat /proc/sys/kernel/random/boot_id)
LOG_FILE="${HOME}/${BOOT_ID}-session.log"
SCRIPT_PATH="$(realpath "$(dirname "$0")/runtest.sh")"
echo "[+] Starting session logging to $LOG_FILE"
exec script -q "$LOG_FILE" --return --flush --command "$SCRIPT_PATH $*"