Skip to content

Commit

Permalink
Fix linefeeds in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jwatte committed Sep 25, 2012
1 parent b4be5df commit d9d89b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -93,7 +93,7 @@ tests: $(DIR_DEPS) $(patsubst %,run_%,$(TESTS_TO_RUN))

# ftests require istatd to be built
ftests: $(DIR_DEPS) $(BINS) tests $(FTEST_FILES)
@for ft in $(FTEST_FILES); do echo "\n============================================\nftest $$ft"; $$ft || exit 1; done
@for ft in $(FTEST_FILES); do echo ""; echo "============================================"; echo "ftest $$ft"; $$ft || exit 1; done
bin/istatd --test --config test.cfg
@echo "ftests complete"

Expand Down

0 comments on commit d9d89b0

Please sign in to comment.