Skip to content

Commit

Permalink
Fix minor errors in skiptests messages
Browse files Browse the repository at this point in the history
  • Loading branch information
greghudson committed Dec 16, 2016
1 parent 9a4f9ef commit 55b7edc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ check-pytests-no: check-postrecurse
$(SKIPTESTS)

check-cmocka-no: check-postrecurse
@echo 'Skipped cmocka tests due to missing library or header file' >> \
@echo 'Skipped cmocka tests: cmocka library or header not found' >> \
$(SKIPTESTS)

# Create a test realm and spawn a shell in an environment pointing to it.
Expand Down
2 changes: 1 addition & 1 deletion src/lib/krb5/os/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ check-unix-locate: t_locate_kdc
$(RUN_TEST) ./t_locate_kdc $(LOCREALM); \
else \
echo '*** WARNING: skipped t_locate_kdc test: known DNS name not found'; \
echo 'Skipped t_locate_kdc test: known DNS name found' >> $(SKIPTESTS); \
echo 'Skipped t_locate_kdc test: known DNS name not found' >> $(SKIPTESTS); \
fi; \
else \
echo '*** WARNING: skipped t_locate_kdc test: OFFLINE'; \
Expand Down

0 comments on commit 55b7edc

Please sign in to comment.