chore(xo-server): remove unused run-vhd-test
This commit is contained in:
parent
254558e9de
commit
ca26b4b30d
@ -1,11 +0,0 @@
|
|||||||
#!/usr/bin/env node
|
|
||||||
|
|
||||||
'use strict'
|
|
||||||
|
|
||||||
global.Promise = require('bluebird')
|
|
||||||
|
|
||||||
process.on('unhandledRejection', function (reason) {
|
|
||||||
console.warn('[Warn] Possibly unhandled rejection:', (reason && reason.stack) || reason)
|
|
||||||
})
|
|
||||||
|
|
||||||
require('exec-promise')(require('../dist/vhd-test').default)
|
|
Loading…
Reference in New Issue
Block a user