mirror of
https://github.com/less/less.js.git
synced 2026-01-23 06:07:56 -05:00
renamed task cleanupTest to clean
This commit is contained in:
@@ -80,7 +80,7 @@ task setupTest {
|
||||
}
|
||||
}
|
||||
|
||||
task cleanupTest << {
|
||||
task clean << {
|
||||
file(rhinoTestSrc).delete()
|
||||
file(testOut).deleteDir()
|
||||
}
|
||||
@@ -105,7 +105,7 @@ class RhinoTest extends DefaultTask {
|
||||
def out = new java.io.ByteArrayOutputStream()
|
||||
def execOptions = {
|
||||
main = 'org.mozilla.javascript.tools.shell.Main'
|
||||
// main = 'org.mozilla.javascript.tools.debugger.Main'
|
||||
// main = 'org.mozilla.javascript.tools.debugger.Main'
|
||||
classpath = project.configurations.rhino
|
||||
args = [project.rhinoTestSrc, lessFile] + options
|
||||
standardOutput = out
|
||||
|
||||
Reference in New Issue
Block a user