Skip to content

Commit c6df2ef

Browse files
committed
chore(stacks): mysql remove test file
1 parent 2dd609c commit c6df2ef

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

stacks/mysql/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ function build() {
7676
strip /opt/drycc/mysql/bin/perror
7777
strip /opt/drycc/mysql/bin/zlib_decompress
7878

79+
# remove mysql test dir
80+
rm -rf /opt/drycc/mysql/mysql-test
7981
# copy mysql build files to data dir
8082
cp -r /opt/drycc/mysql/ ${DATA_DIR}/
8183

@@ -84,4 +86,4 @@ function build() {
8486
}
8587

8688
# call build stack
87-
build-stack "${1}"
89+
build-stack "${1}"

0 commit comments

Comments
 (0)