properly use & when ignoring tests
This commit is contained in:
parent
7d032bc892
commit
ef540f3df7
|
@ -53,7 +53,7 @@ let
|
||||||
export HOME="$TMPDIR";
|
export HOME="$TMPDIR";
|
||||||
# disable shutils because it assumes gid 0 exists
|
# disable shutils because it assumes gid 0 exists
|
||||||
# disable socket because it has two actual network tests that fail
|
# disable socket because it has two actual network tests that fail
|
||||||
./pypy-c ./pypy/test_all.py --pypy=./pypy-c --ignore lib-python/2.7/test/test_shutil.py --ignore lib-python/2.7/test_socket.py lib-python
|
./pypy-c ./pypy/test_all.py --pypy=./pypy-c -k '-test_socket -test_shutil' lib-python
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in New Issue