Lines Matching refs:file
235 print('', file=sys.stderr)
237 file=sys.stderr)
239 file=sys.stderr)
242 print("\n{} *** Aborting test run.".format(prefix), file=sys.stderr)
243 print("\n\n{} *** stdout ***".format(proc.stdout), file=sys.stderr)
244 print("\n\n{} *** stderr ***".format(proc.stderr), file=sys.stderr)
431 Open the JSON file containing the test cases and return them
438 print('IGNORING test case file {}\n\tBECAUSE: {}'.format(filename, jde))
462 help='Path to the file in which results should be saved. ' +
478 '-f', '--file', nargs='+', metavar='FILE',
479 help='Run tests from the specified file(s)')
624 If a test case file is specified, retrieve tests from that file.
635 if args.file:
636 # at least one file was specified - remove the default directory
639 for ff in args.file:
641 print("IGNORING file " + ff + "\n\tBECAUSE does not exist.")
677 # which has been filtered by file/directory