mirror of https://github.com/odrling/Aegisub
More cruft to support running busted on Travis
This commit is contained in:
parent
afed3dca21
commit
fa2e3fb38f
|
@ -19,4 +19,8 @@ package.loaded['socket'] = {
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
package.loaded['term'] = {
|
||||||
|
isatty = function() return true end
|
||||||
|
}
|
||||||
|
|
||||||
require 'busted.runner'({ batch = true, standalone = false })
|
require 'busted.runner'({ batch = true, standalone = false })
|
||||||
|
|
Loading…
Reference in New Issue