fix ignore param for tests

This commit is contained in:
Domen Kozar 2013-07-25 20:45:57 +02:00
parent 0d551aed75
commit b0a12396ef

View file

@ -50,7 +50,7 @@ let
doCheck = true;
checkPhase = ''
export HOME="$TMPDIR"
./pypy-c ./pypy/test_all.py --pypy=./pypy-c -m "not shutil" lib-python
./pypy-c ./pypy/test_all.py --pypy=./pypy-c --ignore lib-python/2.7/test/test_shutil.py lib-python
'';
installPhase = ''