Skip to content

Commit

Permalink
precreate logs folder (#22874)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkorikSergey committed Mar 8, 2024
1 parent e0487a2 commit 693d93a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/performance/load-tests/load-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ function runTest() {

# Delete logs on file system if it exists
rm -f logs/dw*
# Create logs directory
mkdir logs || true

total_time=0
succeeded=0
Expand Down

0 comments on commit 693d93a

Please sign in to comment.