Skip to content

Commit 1c9a27a

Browse files
author
Igor Polevoy
committed
#223 Lessc plugin need to be able to process more than one file - damn!!
1 parent 483b4d1 commit 1c9a27a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

activeweb-lessc-integration-test/src/test/java/org/javalite/lessc/maven/IntegrationTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ protected String execute(String root, boolean offline, String... args) throws IO
3030
invoker.execute(request);
3131
String output = outputStream.toString();
3232
output += errorStream.toString();
33+
if(!output.contains("BUILD SUCCESS")){
34+
System.out.println("BUILD FAILED>>>>>>>>>>>\n" + output);
35+
}
3336
return output;
3437
}
3538

0 commit comments

Comments
 (0)