Skip to content

Commit

Permalink
fix: make cli test more compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
johzchen committed Nov 13, 2020
1 parent 88903fa commit f3b46a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/test/shell/cli_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fi

#change level and path

sed -i 's/file_path: logs\/error.log/file_path: .\/error.log/' conf/conf.yaml
sed -i 's/logs\/error.log/.\/error.log/' conf/conf.yaml
sed -i 's/warn/info/' conf/conf.yaml

./manager-api &
Expand Down

0 comments on commit f3b46a4

Please sign in to comment.