Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function run_tests() {

function run_yaml_tests() {
echo ">> Starting tests for the resource ${1}"
create_resources ${1}
create_resources ${1} || fail_test "Could not create ${1} from the examples"
if ! run_tests ${1}; then
return 1
fi
Expand Down