Re: [petsc-dev] test harness with alternative output files

2017-10-26 Thread Smith, Barry F.
Scott, Thanks. Might be enough as is. Satish, Could you see if this support is enough to fix he pesky example in master nightly that produces two different possible output. Barry > On Oct 26, 2017, at 10:48 PM, Scott Kruger wrote: > > > > On 10/25/17 10:04 AM, Smith, Bar

Re: [petsc-dev] test harness with alternative output files

2017-10-26 Thread Scott Kruger
On 10/25/17 10:04 AM, Smith, Barry F. wrote: Scott, It looks like you started to put in support for the test harness to compare output against multiple files. $ git grep altfile config/gmakegentest.py:if len(altlist)>1: subst['altfiles']=altlist config/gmakegentest.py: if

[petsc-dev] test harness with alternative output files

2017-10-25 Thread Smith, Barry F.
Scott, It looks like you started to put in support for the test harness to compare output against multiple files. $ git grep altfile config/gmakegentest.py:if len(altlist)>1: subst['altfiles']=altlist config/gmakegentest.py: if 'altfiles' not in subst: config/gmakegentest.py: