summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cmd_line.py
Commit message (Collapse)AuthorAgeFilesLines
* Backport 42932:Neal Norwitz2006-03-141-8/+2
| | | | | | | | | Try to be a bit more consistent on all platforms: python . python < . both print a message, return non-zero and do not core dump. This hopefully fixes the failure on Solaris.
* fix indentation; this could not have passedFred Drake2005-11-301-3/+3
|
* Backport checkin:Walter Dörwald2005-11-251-2/+12
| | | | | | 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.
* Fix unit test failure -- the output received from Python can be empty,Guido van Rossum2005-10-081-1/+1
| | | | but verify_valid_flag() wasn't expecting that. (Backport.)
* Backport:Neal Norwitz2005-10-031-0/+50
| | | | | | 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.
* file test_cmd_line.py was added on branch release24-maint on 2005-10-03 ↵Neal Norwitz2005-10-031-50/+0
| | | | 01:03:46 +0000
* This commit was manufactured by cvs2svn to create branchcvs2svn2005-10-031-0/+50
'release24-maint'.