add tests for shell builder
Change-Id: I37350e7e813db173e033bd4131e62be77ab9753a
This commit is contained in:
8
tests/builders/fixtures/shell.xml
Normal file
8
tests/builders/fixtures/shell.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<project>
|
||||
<builders>
|
||||
<hudson.tasks.Shell>
|
||||
<command>make test</command>
|
||||
</hudson.tasks.Shell>
|
||||
</builders>
|
||||
</project>
|
||||
2
tests/builders/fixtures/shell.yaml
Normal file
2
tests/builders/fixtures/shell.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
builders:
|
||||
- shell: "make test"
|
||||
Reference in New Issue
Block a user