Skip to content

Commit

Permalink
Fix test, make travis output more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Oct 5, 2013
1 parent e13bfa1 commit 627b53b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -12,8 +12,8 @@ script:
- mkdir build - mkdir build
- cd build - cd build
- ../configure --enable-perl --enable-python --enable-tcl --enable-cyrus - ../configure --enable-perl --enable-python --enable-tcl --enable-cyrus
- make - make V=1
- make test - make V=1 test
- sudo make install - sudo make install
notifications: notifications:
irc: irc:
Expand Down
9 changes: 4 additions & 5 deletions Makefile.in
Expand Up @@ -132,12 +132,11 @@ test/gtest.zip:
$(E) Downloading GoogleTest $(GTEST_VER) $(E) Downloading GoogleTest $(GTEST_VER)
$(Q)wget http://googletest.googlecode.com/files/gtest-$(GTEST_VER).zip -O $@ $(Q)wget http://googletest.googlecode.com/files/gtest-$(GTEST_VER).zip -O $@


test/gtest-$(GTEST_VER)/fused-src/gtest/gtest-all.cc test/gtest-$(GTEST_VER)/fused-src/gtest/gtest_main.cc: test/gtest.zip test/gtest-$(GTEST_VER)/fused-src/gtest/gtest-all.cc test/gtest-$(GTEST_VER)/fused-src/gtest/gtest_main.cc test/gtest-$(GTEST_VER)/fused-src/gtest/gtest.h: test/gtest.zip
$(E) Unpacking GoogleTest $(GTEST_VER) $(E) Unpacking GoogleTest $(GTEST_VER)
$(Q)unzip $^ -d test/ $(Q)test -r $@ || unzip $^ -d test/
$(Q)test -r test/gtest-$(GTEST_VER)/fused-src/gtest/gtest-all.cc $(Q)test -r $@
$(Q)test -r test/gtest-$(GTEST_VER)/fused-src/gtest/gtest_main.cc $(Q)touch -c $@
$(Q)touch -c test/gtest-$(GTEST_VER)/fused-src/gtest/gtest-all.cc test/gtest-$(GTEST_VER)/fused-src/gtest/gtest_main.cc


ifneq "THIS_IS_NOT_NIGHTLY" "" ifneq "THIS_IS_NOT_NIGHTLY" ""
# If git commit was changed since previous build, add a phony target to dependencies, forcing version.o to be recompiled # If git commit was changed since previous build, add a phony target to dependencies, forcing version.o to be recompiled
Expand Down

0 comments on commit 627b53b

Please sign in to comment.