Skip to content

Commit

Permalink
runtests: add default value for LOGFILE
Browse files Browse the repository at this point in the history
Add default value for LOGFILE to make sure lkvs log could be recorded and
it could avoid the issue when runtest without logfile situation also.

Signed-off-by: Pengfei Xu <[email protected]>
  • Loading branch information
xupengfe authored and ysun committed Sep 28, 2023
1 parent 4f4eb45 commit bda21a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtests
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ test_all() {
fi
}

: LOGFILE=""
# Default value
: "${LOGFILE:="./lkvs.log"}"
: CMDFILES=""
: CMDLINE=""

Expand Down

0 comments on commit bda21a9

Please sign in to comment.