pypy: correctly skip tests

This commit is contained in:
Domen Kozar 2013-07-25 16:25:55 +02:00
parent a8f11fcba5
commit eb0b6f8241

View file

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