Skip to content

Commit

Permalink
fixup! tooling: Make cloe a super-build of all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cassava committed May 14, 2024
1 parent fd482dc commit bc1b5a0
Show file tree
Hide file tree
Showing 3 changed files with 483 additions and 10 deletions.
6 changes: 4 additions & 2 deletions tests/test_engine.bats
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,10 @@ load setup_testname
}

@test "$(testname 'Expect check failure' 'test_engine_unavailable_*.json' '6cf4ded3-8a57-4dee-afac-bb03a8068e41')" {
run cloe-engine -l info check -d test_engine_unavailable_*.json
test $status -eq $CLOE_EXIT_UNKNOWN
for file in test_engine_unavailable_*.json; do
run cloe-engine -l info check "$file"
test $status -eq $CLOE_EXIT_UNKNOWN
done
}

@test "$(testname 'Expect check failure' 'test_engine_include_nonexistent.json' 'bad115cc-0397-48e6-9a51-bdcfeaf6b024')" {
Expand Down
Loading

0 comments on commit bc1b5a0

Please sign in to comment.