Show more info about the system and show what did we end up building
[dbsrgits/DBIx-Class.git] / maint / travis-ci_scripts / 50_after_success.bash
index 917c963..9221433 100755 (executable)
@@ -7,4 +7,8 @@ if [[ "$CLEANTEST" != "true" ]] ; then
   run_or_err "Install Pod::POM separately via cpan" "cpan -f -i Pod::POM || perl -MPod::POM -e 1"
   parallel_installdeps_notest $(perl -Ilib -MDBIx::Class -e 'print join " ", keys %{DBIx::Class::Optional::Dependencies->req_list_for("dist_dir")}')
   run_or_err "Attempt to build a dist with all prereqs present" "make dist"
+  echo "Contents of the resulting dist tarball:"
+  echo "==========================================="
+  tar -ztf DBIx-Class-*.tar.gz
+  echo "==========================================="
 fi