mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-08 23:18:42 +00:00
Merge pull request #54 from PR0M3TH3AN/codex/modify-ci/test-e2e.sh-for-live-output-and-logging
Fix e2e script logging
This commit is contained in:
@@ -3,7 +3,7 @@ set -euo pipefail
|
||||
|
||||
LOG_DIR="$(pwd)/ci-logs"
|
||||
mkdir -p "$LOG_DIR"
|
||||
exec >"$LOG_DIR/run.log" 2>&1
|
||||
exec > >(tee "$LOG_DIR/run.log") 2>&1
|
||||
|
||||
# Install VoxVera
|
||||
if [ -n "${VOXVERA_BIN:-}" ]; then
|
||||
|
Reference in New Issue
Block a user