summaryrefslogtreecommitdiffstats
path: root/python/python-linecache2.spec
diff options
context:
space:
mode:
authorMichel Alexandre Salim <michel@michel-slm.name>2015-07-23 00:03:43 +0700
committerMichel Alexandre Salim <michel@michel-slm.name>2015-07-23 00:03:43 +0700
commitf74d261af7f22ff6a77e5435f5c8f5a7c9f09025 (patch)
treebfaafe83179ff89baddcc6ce272e70db6133f7d4 /python/python-linecache2.spec
parent852a90b14d8c2905c2846826dd739ec2232c4305 (diff)
downloadspecs-f74d261af7f22ff6a77e5435f5c8f5a7c9f09025.tar.gz
specs-f74d261af7f22ff6a77e5435f5c8f5a7c9f09025.tar.xz
specs-f74d261af7f22ff6a77e5435f5c8f5a7c9f09025.zip
- traceback2
- update linecache2 to increase commonality with traceback2
Diffstat (limited to 'python/python-linecache2.spec')
-rw-r--r--python/python-linecache2.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python/python-linecache2.spec b/python/python-linecache2.spec
index d974fce..2901b88 100644
--- a/python/python-linecache2.spec
+++ b/python/python-linecache2.spec
@@ -48,7 +48,7 @@ A backport of linecache to older supported Pythons.
mv %{pkgname}-%{version} python2
# tests/inspect_fodder2.py not Py2 compatible
# besides tests shouldn't be installed
-mv python2/linecache2/tests .
+mv python2/%{pkgname}/tests .
%if %{with python3}
cp -a python2 python3
@@ -85,16 +85,16 @@ popd
%check
pushd python2
-mv ../tests linecache2/
-%{__python2} -m unittest2
-mv linecache2/tests ../
+mv ../tests %{pkgname}/
+%{__python2} -m unittest2 -v
+mv %{pkgname}/tests ../
popd
%if %{with python3}
pushd python3
-mv ../tests linecache2/
-%{__python3} -m unittest2
-mv linecache2/tests ../
+mv ../tests %{pkgname}/
+%{__python3} -m unittest2 -v
+mv %{pkgname}/tests ../
popd
%endif