Skip to content

Commit

Permalink
Update verify script
Browse files Browse the repository at this point in the history
  • Loading branch information
eirslett committed Oct 9, 2022
1 parent 6872e5b commit 2f472f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend-maven-plugin/src/it/example project/verify.groovy
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import org.codehaus.plexus.util.FileUtils;

String buildLog = FileUtils.fileRead(new File(basedir, 'build.log'));

assert buildLog.contains('gulp runs as expected') : 'gulp failed to run as expected'
assert buildLog.contains('all tests passed!') : 'web-test-runner failed to run as expected'
assert buildLog.contains('4 modules transformed.') : 'build was not successful'
assert buildLog.contains('7 modules transformed.') : 'build was not successful'

0 comments on commit 2f472f0

Please sign in to comment.