summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ac25280)
raw | patch | inline | side by side (parent: ac25280)
| author | Daigo Moriwaki <daigo@debian.org> | |
| Tue, 28 Feb 2012 01:46:49 +0000 (10:46 +0900) | ||
| committer | Daigo Moriwaki <daigo@debian.org> | |
| Tue, 28 Feb 2012 01:47:26 +0000 (10:47 +0900) |
| debian/changelog | patch | blob | history | |
| debian/control | patch | blob | history | |
| debian/run-test-suites.bash | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
- Build-Depends: chrpath.
* debian/libruby1.9.1.symbols: Added a new symbol for
rb_str_modify_expand@Base.
- * debian/run-test-suites.bash: Corrected options for test-all.
+ * debian/run-test-suites.bash:
+ - Corrected options for test-all.
+ - Enabled timeout to allow hang tests to be aborted.
-- Daigo Moriwaki <daigo@debian.org> Sun, 26 Feb 2012 19:25:55 +0900
diff --git a/debian/control b/debian/control
--- a/debian/control
+++ b/debian/control
Priority: optional
Maintainer: akira yamada <akira@debian.org>
Uploaders: Daigo Moriwaki <daigo@debian.org>, Lucas Nussbaum <lucas@debian.org>
-Build-Depends: debhelper (>= 8.9.7), cdbs, quilt, patch, autoconf, m4, bison, libgdbm-dev, libncursesw5-dev, libncurses5-dev, libreadline6-dev, tcl-dev, tk-dev, zlib1g-dev, libssl-dev, procps, file, libffi-dev, ruby1.8, libyaml-dev, openssl, chrpath
+Build-Depends: debhelper (>= 8.9.7), cdbs, quilt, patch, autoconf, m4, bison, libgdbm-dev, libncursesw5-dev, libncurses5-dev, libreadline6-dev, tcl-dev, tk-dev, zlib1g-dev, libssl-dev, procps, file, libffi-dev, ruby1.8, libyaml-dev, openssl, chrpath, coreutils
Standards-Version: 3.9.2
Homepage: http://www.ruby-lang.org/
Vcs-Git: git://git.debian.org/collab-maint/ruby1.9.1.git
echo "*******************************************************************"
echo "Running 'make test-all'"
echo
-make TESTS=-v test-all 2>&1 |tee make-test-all.log || true
+timeout 1200 make TESTS=-v test-all 2>&1 |tee make-test-all.log || true
echo
echo "'make test-all' finished. checking number of failures and errors."
echo "max number allowed: failures:$MAXFAIL errors:$MAXERR"
