提交 5a66e8b4 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

fix docker path not include /wechaty/bin bug

上级 a22ef528
......@@ -7,7 +7,7 @@
set -e
HOME=/bot
PATH=$PATH:/wechaty/node_modules/.bin
PATH=$PATH:/wechaty/bin:/wechaty/node_modules/.bin
function wechaty::banner() {
figlet " Wechaty "
......
......@@ -63,7 +63,7 @@ test.serial('login/logout events', async t => {
await pw.quit()
})
test.only('server/browser socketio ding', async t => {
test.serial('server/browser socketio ding', async t => {
let pw = new PuppetWeb()
t.truthy(pw, 'should instantiated a PuppetWeb')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册