Searched refs:errfile (Results 1 – 5 of 5) sorted by relevance
32 errfile="${outdir}/${test}.err"583 eval $command >"$outfile" 2>$errfile598 grep) grep "$ref" "$errfile" >$cmpfile ;;617 erro="$($base64 <$errfile)"629 rm -f $outfile $errfile $cmpfile $cleanfiles632 echo "Test $test failed. Look at $errfile for details."633 test "${V:-0}" -gt 0 && cat $errfile
395 if args.errfile:396 errWarn = open(args.errfile, 'w', encoding='utf-8')
808 if args.errfile:809 errWarn = open(args.errfile, 'w', encoding='utf-8')
1070 if args.errfile:1071 errWarn = open(args.errfile, 'w', encoding='utf-8')
594 errfile=tempfile.mktemp()595 command=command+" 2>"+errfile602 self.err=open(errfile,"r").read()603 os.remove(errfile)