Skip to content

Commit

Permalink
no need to list testall more than once
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64486 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
trawick committed Apr 18, 2003
1 parent 558f9ca commit f012b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ INCLUDES=-I$(INCDIR)

CFLAGS=$(MY_CFLAGS)

check: $(PROGRAMS) $(NONPORTABLE) testall
for prog in $(PROGRAMS) $(NONPORTABLE) testall; do \
check: $(PROGRAMS) $(NONPORTABLE)
for prog in $(PROGRAMS) $(NONPORTABLE); do \
./$$prog; \
if test $$? = 255; then \
echo "$$prog failed"; \
Expand Down

0 comments on commit f012b73

Please sign in to comment.