Skip to content

Commit

Permalink
Fix the parallell make check
Browse files Browse the repository at this point in the history
  • Loading branch information
mbgrydeland committed Jul 16, 2012
1 parent 83ab485 commit c288891
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/varnishtest/Makefile.am
Expand Up @@ -5,7 +5,8 @@ TEST_EXTENSIONS = .vtc
TESTS = @VTC_TESTS@

# Make sure we run check-local first
check: check-local check-am
check: check-am check-local
check-am: check-local
# See if list of checks have changed, recheck
check-local:
if [ "$$(cd $(srcdir) && echo tests/*.vtc)" != "@VTC_TESTS@" ]; then \
Expand Down

0 comments on commit c288891

Please sign in to comment.