We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7dcf45 commit 8699edfCopy full SHA for 8699edf
cloud-sql/mysql/mysql/package.json
@@ -13,8 +13,8 @@
13
},
14
"scripts": {
15
"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",
+ "system-test": "test/proxy-setup.sh tcp && c8 mocha -p -j 2 test/server.test.js --timeout=60000 --exit && test/proxy-shutdown.sh",
+ "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",
18
"test": "npm run system-test && npm run system-test-unix"
19
20
"dependencies": {
cloud-sql/mysql/mysql/test/proxy-shutdown.sh
100644
100755
0 commit comments