| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Cc: | Vince Vielhaber <vev(at)michvhf(dot)com>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: regression.out and regression.diff |
| Date: | 2001-02-27 22:14:42 |
| Message-ID: | 13057.983312082@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
>> Either way my question still needs to be answered. If there are no
>> errors, is regression.out and regression.diff deleted? I can see the
>> diff file being empty, but deleted?
> The diff file always exists; if all tests passed, it's empty.
Forgot your own code already, Peter?
if [ -s "$diff_file" ]; then
echo "The differences that caused some tests to fail can be viewed in the"
echo "file \`$diff_file'. A copy of the test summary that you see"
echo "above is saved in the file \`$result_summary_file'."
echo
else
rm -f "$diff_file" "$result_summary_file"
fi
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2001-02-27 22:19:30 | Re: regression.out and regression.diff |
| Previous Message | Bruce Momjian | 2001-02-27 22:04:21 | Database Internals Presentation |