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 committed Sep 27, 2023
1 parent 60683d3 commit dd8c243
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 dd8c243

Please sign in to comment.