Skip to content

Commit acf2bfc

Browse files
committed
Run overlay tests
Turns out the overlay tests were never ran; since they are designed to fail run them as part of the exit codes test suite and check the tests fail. Fixes: #577 Signed-off-by: Christopher Obbard <[email protected]>
1 parent 2c6c8c7 commit acf2bfc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/exit_test/exit_test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ expect_failure $SUDO debos bad.yaml --disable-fakemachine
7878
expect_failure $SUDO debos pre-machine-failure.yaml --disable-fakemachine
7979
expect_failure $SUDO debos post-machine-failure.yaml --disable-fakemachine
8080

81+
expect_failure debos tests/overlay/overlay-missing-destination.yaml
82+
expect_failure debos tests/overlay/overlay-missing-source.yaml
83+
8184
echo
8285
if [[ $FAILURES -ne 0 ]]; then
8386
SUCCESSES=$(( $TEST - $FAILURES ))

0 commit comments

Comments
 (0)