Skip to content

Commit

Permalink
.travis.yml: remove comparison of installed files between a make inst…
Browse files Browse the repository at this point in the history
…all from git and a make install from the dist tarball (follow-up of #301)
  • Loading branch information
rouault committed Sep 9, 2015
1 parent 3bbee2b commit 38d4c6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -37,13 +37,15 @@ install:
- make -j3
- make install
- make dist-all
- make check
- CURRENT_PWD=`pwd`
- cd /tmp/proj_autoconf_install
- find | sort > /tmp/list_proj_autoconf_install.txt
- cd /tmp/proj_autoconf_install_from_dist_all
- find | sort > /tmp/list_proj_autoconf_install_from_dist_all.txt
- cd $CURRENT_PWD
- diff -u /tmp/list_proj_autoconf_install.txt /tmp/list_proj_autoconf_install_from_dist_all.txt
# The list of file is not identical. See http://lists.maptools.org/pipermail/proj/2015-September/007231.html
# - diff -u /tmp/list_proj_autoconf_install.txt /tmp/list_proj_autoconf_install_from_dist_all.txt
- cd ..
#
- cd ..
Expand Down

0 comments on commit 38d4c6d

Please sign in to comment.