mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
Fix tests
This commit is contained in:
parent
1c904b9f11
commit
2257762c97
@ -61,7 +61,7 @@ public class MtaBuildTest extends BasePiperTest {
|
||||
|
||||
stepRule.step.mtaBuild(script: nullScript, buildTarget: 'NEO')
|
||||
|
||||
assert shellRule.shell.find { c -> c.contains('PATH=./node_modules/.bin:/usr/bin')}
|
||||
assert shellRule.shell.find { c -> c.contains('PATH=./node_modules/.bin:$PATH')}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user