3 changed files with 9 additions and 4 deletions
@ -1,3 +1,3 @@
@@ -1,3 +1,3 @@
|
||||
def file = new File(basedir, "build.log") |
||||
return file.text.contains("I haz been run") |
||||
return file.text.contains("I haz been run from '$basedir'") |
||||
|
||||
|
||||
Loading…
Reference in new issue