Skip to content

Commit

Permalink
we don't actually need to hide command lines here
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jun 20, 2024
1 parent c069d96 commit 23b6b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions am-shared/devtest-include.am
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
devtest: devtest-recursive

devtest-recursive:
@for subdir in $(SUBDIRS); do \
-for subdir in $(SUBDIRS); do \
if test "$$subdir" = . ; then \
continue; \
else \
Expand All @@ -28,7 +28,7 @@ devtest-recursive:
$(MAKE) $(AM_FLAGS) devtest-local

devtest-local:
@for t in $(TESTS) ; do \
-for t in $(TESTS) ; do \
echo "TEST: $$t" ;\
if test -f "./$$t" ; then \
srcdir=$(srcdir) GIELLA_CORE=$(GIELLA_CORE) "./$$t" ;\
Expand Down

0 comments on commit 23b6b8d

Please sign in to comment.