[sagemath] 01/01: Fix parallel testing option in readmes.

Tobias Hansen thansen at moszumanska.debian.org
Thu Dec 8 18:05:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository sagemath.

commit b19fc67f7428e9a92451dee9e4180327ca239057
Author: Tobias Hansen <thansen at broeselmaschine.fc.up.pt>
Date:   Thu Dec 8 17:49:36 2016 +0000

    Fix parallel testing option in readmes.
---
 debian/README.Debian | 2 +-
 debian/README.source | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index a8bd72a..b97b7eb 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -49,7 +49,7 @@ code for this package (`apt-get source sagemath`), and make sure the Debian
 patches are applied. Then, from any directory:
 
  *$ export -n SAGE_LOCAL SAGE_ROOT
- *$ SAGE_SRC=/path/to/sage/src sage -tp --long --logfile=ptestlong.log --all
+ *$ SAGE_SRC=/path/to/sage/src sage -t -p --long --logfile=ptestlong.log --all
 
 Feel free to upload your test logs somewhere and send links to them to our
 mailing list <debian-science-sagemath at lists.alioth.debian.org>. Please do not
diff --git a/debian/README.source b/debian/README.source
index cf0143e..adb8778 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -38,7 +38,7 @@ sure you're in the top-level package directory, where debian/ is. Then:
  $ export SAGE_LOCAL=$PWD/debian/build/usr
  $ export PYTHONPATH=$SAGE_LOCAL/lib/python2.7/dist-packages
  $ cd sage
- sage$ ./sage -tp --long src/sage/file/you/want/to/test
+ sage$ ./sage -t -p --long src/sage/file/you/want/to/test
 
 If doing this after `dh_auto_install` has succeeded (this is the case if you
 got some resulting .debs), then either change debian/build to debian/tmp in the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git



More information about the debian-science-commits mailing list