From e0e4aed591ee48a4a2f7dc9581d44aa66632f701 Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 9 Jan 2020 14:28:35 -0500 Subject: [PATCH] More runtest exclusions --- test/stdlib/runtests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/stdlib/runtests.sh b/test/stdlib/runtests.sh index 94ccb603..23b67a19 100755 --- a/test/stdlib/runtests.sh +++ b/test/stdlib/runtests.sh @@ -215,6 +215,7 @@ case $PYVERSION in [test_atexit.py]=1 # [test_bdb.py]=1 # [test_binascii]=1 + [test_cmd_line.py]=1 [test_dis.py]=1 # We change line numbers - duh! ) if (( batch )) ; then