mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
move tests up a directory
This commit is contained in:
parent
f55986c087
commit
5e47788756
4 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ verifier:
|
|||
name: shell
|
||||
remote_exec: false
|
||||
<% if ENV['TESTS_JUNIT_XML_PATH'].nil? %>
|
||||
command: pytest -v tests/integration/$KITCHEN_SUITE
|
||||
command: pytest -v tests/$KITCHEN_SUITE
|
||||
<% else %>
|
||||
command: pytest --junit-xml <%= ENV['TESTS_JUNIT_XML_PATH'] %> -v tests/integration/$KITCHEN_SUITE
|
||||
command: pytest --junit-xml <%= ENV['TESTS_JUNIT_XML_PATH'] %> -v tests/$KITCHEN_SUITE
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Reference in a new issue