Skip to content

Commit

Permalink
fix: make cli test more compatible (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
nic-chen authored Nov 13, 2020
1 parent a1edc95 commit 52c1e65
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 52c1e65

Please sign in to comment.