Skip to content

Commit

Permalink
debug aix53 3.18.x core acceptance tests problems
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Sep 11, 2023
1 parent 4022a20 commit 6bb4bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ endif
# Keep the '+' in front for the command, needed for the sub-make
# to run in parallel; TODO fix "make -n" not working:
check-local:
+ $(TESTS_ENVIRONMENT) MAKE=$(MAKE) $(srcdir)/testall
+ $(TESTS_ENVIRONMENT) MAKE=$(MAKE) $(srcdir)/testall --debug --printlog


EXTRA_DIST = default.cf.sub dcs.cf.sub plucked.cf.sub run_with_server.cf.sub \
Expand Down
1 change: 1 addition & 0 deletions tests/acceptance/testall
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
set -x
#
# Copyright 2021 Northern.tech AS
#
Expand Down

0 comments on commit 6bb4bc3

Please sign in to comment.