Skip to content

Commit

Permalink
Fix make sure log file exist before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Oct 16, 2023
1 parent e33dd83 commit 32ed599
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/ci-runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,7 @@ echo "**********************************"

# TODO: Re-think token use
token=$(account_token_from_index 0)
# Create a log file
mkdir -p "$SCRIPT_DIR/.ci-logs/os/"
touch "$SCRIPT_DIR/.ci-logs/os/${os}.log"
ACCOUNT_TOKEN=$token nice_time run_tests_for_os "$os" | tee "$SCRIPT_DIR/.ci-logs/os/${os}.log"

0 comments on commit 32ed599

Please sign in to comment.