Re: [OMPI devel] basename: a faulty warning 'extra operand --test-name' in tests causes test-driver to fail

2013-07-12 Thread Vasiliy
Oh, sorry. It is an Automake bug in terms of reacting to the --log-file option, but 'basename' tells also it does not understand / do not pass --test-name to 'test-driver', which, in turn, triggers the above failure for yet another reason. So, it is combined. On Thu, Jul 11, 2013 at 11:18 PM, Jeff

Re: [OMPI devel] basename: a faulty warning 'extra operand --test-name' in tests causes test-driver to fail

2013-07-12 Thread Jeff Squyres (jsquyres)
I'm sorry, I'm still unclear what you're trying to tell us. :-( 1. What version of Open MPI are you testing? If you're testing Open MPI 1.6.x with very new Automake, I'm not surprised that there's some failures. We usually pick the newest GNU Autotools when we begin a release series, and then

Re: [OMPI devel] basename: a faulty warning 'extra operand --test-name' in tests causes test-driver to fail

2013-07-12 Thread Vasiliy
Sorry again, my report was a stub because I didn't have enough time to investigate the issue. Due to the verbose level was set to zero, I've assumed from the log that 'basename' belongs to the Open MPI source whereas it is not. Thank you for drawing my attention it's actually a utility from 'coreut

Re: [OMPI devel] basename: a faulty warning 'extra operand --test-name' in tests causes test-driver to fail

2013-07-12 Thread Vasiliy
I've just gone through a test suite, and in 'test/asm/run_tests' there is a statement: progname="`basename $*`" where '--test-name' could accidentally get in, causing the reported issues, since 'basename' does not have such an option. Somebody familiar with a test suite may want to look into it.