[Python-modules-commits] r28411 - in packages/scipy/trunk/debian/tests (python2 python3)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Mon Mar 31 21:31:51 UTC 2014
Date: Monday, March 31, 2014 @ 21:31:50
Author: jtaylor-guest
Revision: 28411
Revert "store installed packages list in ADT_ARTIFACTS"
adt now records packages like ci.debian.net so its not required anymore
Modified:
packages/scipy/trunk/debian/tests/python2
packages/scipy/trunk/debian/tests/python3
Modified: packages/scipy/trunk/debian/tests/python2
===================================================================
--- packages/scipy/trunk/debian/tests/python2 2014-03-31 21:31:03 UTC (rev 28410)
+++ packages/scipy/trunk/debian/tests/python2 2014-03-31 21:31:50 UTC (rev 28411)
@@ -7,8 +7,6 @@
export HOME=$ADTTMP
export TMPDIR=$ADTTMP
-dpkg -l | tee ${ADT_ARTIFACTS:-.}/$0-packages.txt
-
cd "$ADTTMP"
#nosetest does not handle knowfailures
cat << EOF > runtest.py
Modified: packages/scipy/trunk/debian/tests/python3
===================================================================
--- packages/scipy/trunk/debian/tests/python3 2014-03-31 21:31:03 UTC (rev 28410)
+++ packages/scipy/trunk/debian/tests/python3 2014-03-31 21:31:50 UTC (rev 28411)
@@ -7,8 +7,6 @@
export HOME=$ADTTMP
export TMPDIR=$ADTTMP
-dpkg -l | tee ${ADT_ARTIFACTS:-.}/$0-packages.txt
-
cd "$ADTTMP"
#nosetest does not handle knowfailures
cat << EOF > runtest.py
More information about the Python-modules-commits
mailing list