ansicolor: Enforce valid types
Change-Id: Ie14dcfc289bc0a88da8071cb4e308a49afd47a2a Signed-off-by: Tan Heng Yeow <E0032242@u.nus.edu>
This commit is contained in:
8
tests/wrappers/fixtures/ansicolor-full.xml
Normal file
8
tests/wrappers/fixtures/ansicolor-full.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<project>
|
||||
<buildWrappers>
|
||||
<hudson.plugins.ansicolor.AnsiColorBuildWrapper>
|
||||
<colorMapName>gnome-terminal</colorMapName>
|
||||
</hudson.plugins.ansicolor.AnsiColorBuildWrapper>
|
||||
</buildWrappers>
|
||||
</project>
|
||||
3
tests/wrappers/fixtures/ansicolor-full.yaml
Normal file
3
tests/wrappers/fixtures/ansicolor-full.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
wrappers:
|
||||
- ansicolor:
|
||||
colormap: "gnome-terminal"
|
||||
8
tests/wrappers/fixtures/ansicolor-minimal.xml
Normal file
8
tests/wrappers/fixtures/ansicolor-minimal.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<project>
|
||||
<buildWrappers>
|
||||
<hudson.plugins.ansicolor.AnsiColorBuildWrapper>
|
||||
<colorMapName>xterm</colorMapName>
|
||||
</hudson.plugins.ansicolor.AnsiColorBuildWrapper>
|
||||
</buildWrappers>
|
||||
</project>
|
||||
2
tests/wrappers/fixtures/ansicolor-minimal.yaml
Normal file
2
tests/wrappers/fixtures/ansicolor-minimal.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
wrappers:
|
||||
- ansicolor
|
||||
Reference in New Issue
Block a user