pypy: currectly use bash
This commit is contained in:
parent
f6a60d6640
commit
dbdde8b231
@ -48,9 +48,9 @@ let
|
|||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
export TERMINFO = "${ncurses}/share/terminfo/";
|
export TERMINFO="${ncurses}/share/terminfo/";
|
||||||
export TERM = "xterm";
|
export TERM="xterm";
|
||||||
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 --ignore lib-python/2.7/test/test_shutil.py --ignore lib-python/2.7/test_socket.py lib-python
|
||||||
|
Loading…
Reference in New Issue
Block a user