Skip to content

Commit 52c1e65

Browse files
authored
fix: make cli test more compatible (#798)
1 parent a1edc95 commit 52c1e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/test/shell/cli_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fi
4646

4747
#change level and path
4848

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

5252
./manager-api &

0 commit comments

Comments
 (0)