提交 d4e98289 编写于 作者: M Martin Aeschlimann

[css] revert changes to test runner

上级 abf082cf
......@@ -28,7 +28,7 @@ if (process.env.BUILD_ARTIFACTSTAGINGDIRECTORY) {
const mocha = new Mocha(options);
glob.sync(path.join(__dirname, '../out/test/**/*.test.js'))
glob.sync(__dirname + '/../out/test/**/*.test.js')
.forEach(file => mocha.addFile(file));
mocha.run(failures => process.exit(failures ? -1 : 0));
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册