Skip to content

Commit 8699edf

Browse files
committed
call shutdown
1 parent b7dcf45 commit 8699edf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloud-sql/mysql/mysql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"scripts": {
1515
"start": "node server/server.js",
16-
"system-test": "test/proxy-setup.sh tcp && c8 mocha -p -j 2 test/server.test.js --timeout=60000 --exit",
17-
"system-test-unix": "test/proxy-setup.sh socket && c8 mocha -p -j 2 test/server-unix.test.js --timeout=60000 --exit",
16+
"system-test": "test/proxy-setup.sh tcp && c8 mocha -p -j 2 test/server.test.js --timeout=60000 --exit && test/proxy-shutdown.sh",
17+
"system-test-unix": "test/proxy-setup.sh socket && c8 mocha -p -j 2 test/server-unix.test.js --timeout=60000 --exit && test/proxy-shutdown.sh",
1818
"test": "npm run system-test && npm run system-test-unix"
1919
},
2020
"dependencies": {

cloud-sql/mysql/mysql/test/proxy-shutdown.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)