Skip to content

Commit

Permalink
deploy: 3ad39b8
Browse files Browse the repository at this point in the history
  • Loading branch information
rueter committed Oct 3, 2024
1 parent 40eb22f commit 2d0871e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ clean-local:
devtest: devtest-recursive

devtest-recursive:
-for subdir in $(SUBDIRS); do \
@-for subdir in $(SUBDIRS); do \
if test "$$subdir" = . ; then \
continue; \
else \
Expand All @@ -1075,7 +1075,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 2d0871e

Please sign in to comment.