Neal Norwitz
|
cb0f66f0ab
|
Get test to consistently show no leaks
|
2006-04-17 01:48:06 +00:00 |
Neal Norwitz
|
72c2c062d7
|
Try to be a bit more consistent on all platforms:
python .
python < .
both print a message, return non-zero and do not core dump.
|
2006-03-09 05:58:11 +00:00 |
Hye-Shik Chang
|
e2f8e3c14f
|
Fix test not to fail on FreeBSD. Directories work also as data
files on the platform.
|
2005-12-13 17:06:45 +00:00 |
Walter Dörwald
|
9356fb9881
|
SF patch #1364545: test_cmd_line.py relied on english error messages when
invoking the Python interpreter (which didn't work on non-english Windows
versions). Check return codes instead.
|
2005-11-25 15:22:10 +00:00 |
Tim Peters
|
383d3c0a68
|
test_directories(): This test had no chance of passing on
Windows. Hacked it to pass, but not sure it's worth the
bother.
|
2005-10-30 01:15:38 +00:00 |
Guido van Rossum
|
c252c5964c
|
Fix unit test failure -- the output received from Python can be empty,
but verify_valid_flag() wasn't expecting that. Will backport.
|
2005-10-08 20:04:35 +00:00 |
Neal Norwitz
|
11bd119226
|
SF bug #887946, segfault if redirecting directory
Also provide a warning if a directory is passed on the command line.
Add minimal command line test.
Will backport.
|
2005-10-03 00:54:56 +00:00 |