Skip to content

Commit

Permalink
Remove bootstrap_inc_uptodate_test.sh, which is unneeded now.
Browse files Browse the repository at this point in the history
The bootstrap.inc file is regenerated during the build now, and
usually at "make dist" time. This means that a host does not need to
be able to generate that file in order to build CFEngine, if it using
the tarball (and our build slaves do). However, since the test exists,
it would fail it if the tools were not available.

Since it is in fact better to test that CFEngine builds successfully
without the tools, remove the test instead, since any manner in which
it could fail will instead lead to a broken build now.

Signed-off-by: Kristian Amlie <kristian.amlie@cfengine.com>
(cherry picked from commit 02ce6e3)
  • Loading branch information
kacf committed Sep 2, 2016
1 parent 60d4eed commit 8d2a6f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
3 changes: 1 addition & 2 deletions tests/unit/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ check_PROGRAMS += \
endif
endif

check_SCRIPTS = bootstrap_inc_uptodate_test.sh \
dynamic_dependency_test.sh
check_SCRIPTS = dynamic_dependency_test.sh

if WITH_INIT_D_SCRIPT
check_SCRIPTS += init_script_test.sh
Expand Down
16 changes: 0 additions & 16 deletions tests/unit/bootstrap_inc_uptodate_test.sh

This file was deleted.

0 comments on commit 8d2a6f8

Please sign in to comment.