citrusframework / citrusframework/yaks
exec /usr/bin/mvn: exec format error
- Dominant language
- Java
- Stars
- 90
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
Getting exec format error while running simple hello world test
```
helloworld.feature
Feature: Hello
Scenario: Print hello message
Given print 'Hello from YAKS!'
```
$ yaks run helloworld.feature --logger root=INFO -n cds
```
Test 'helloworld' created
[test-helloworld-coh10glondruq9leskp0-7tjld test-1] Monitoring pod test-helloworld-coh10glondruq9leskp0-7tjld
[test-helloworld-coh10glondruq9leskp0-7tjld test-1] **exec /usr/bin/mvn: exec format error**
Test 'helloworld' finished with status: Running
Test results: Total: 0, Passed: 0, Failed: 0, Errors: 0, Skipped: 0
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.