<div dir="ltr"><div><div>Greetings, fellow tester,<br><br></div>I guess this has some valid use cases. Would you agree with the following proposal?<br><br></div><div>dune_add_test(...<br></div><div>     [COMMAND cmd1 [cmd2 ..]]<br>    ...<br>)<br><br></div><div>Doc:<br></div><div>You may specify the COMMAND option to give the exact command line to be executed<br></div><div>when running the test. This defaults to the name of the executable added by dune_add_test<br></div><div>for this test. Note, that if you specify both CMD_ARGS and COMMAND, the given CMD_ARGS<br></div><div>will be put behind your COMMAND.<br><br><br></div><div>On the other hand, one might argue, that there should but one of the CMD_ARGS and COMMAND<br></div><div>parameters, but somehow repeating the program name just beacuse you pass an ini file seems silly<br></div><div>too. Opinions?<br><br></div><div>Best,<br></div><div>Dominic<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 27, 2015 at 6:44 PM, Timo Koch <span dir="ltr"><<a href="mailto:timo.koch@iws.uni-stuttgart.de" target="_blank">timo.koch@iws.uni-stuttgart.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Dominic,<br>
<br>
looking over the new command and the application in DuMux I realized<br>
there is no option yet to alter the test command.<br>
We usually have wrapper scripts execute our executables for some more fancy tests.<br>
<br>
In add_dune_test the COMMAND variable is hard coded to the executable name<br>
plus mpi options. Would you be open to incoorporate a variable COMMAND<br>
on add_dune_test level that would overwrite that default? This would add quite<br>
a bit of flexiblilty IMO.<br>
<br>
Best wishes<br>
<br>
Timo<br>
<br>
-- <br>
____________________________________________________________________<br>
<br>
Timo Koch                      phone: <a href="tel:%2B49%20711%20685%2064676" value="+4971168564676" target="_blank">+49 711 685 64676</a><br>
IWS, Universität Stuttgart     fax:   <a href="tel:%2B49%20711%20685%2060430" value="+4971168560430" target="_blank">+49 711 685 60430</a><br>
Pfaffenwaldring 61             email: <a href="mailto:timo.koch@iws.uni-stuttgart.de" target="_blank">timo.koch@iws.uni-stuttgart.de</a><br>
D-70569 Stuttgart              url:   <a href="http://www.hydrosys.uni-stuttgart.de" rel="noreferrer" target="_blank">www.hydrosys.uni-stuttgart.de</a><br>
____________________________________________________________________<br>
<br>
<br>
_______________________________________________<br>
Dune-devel mailing list<br>
<a href="mailto:Dune-devel@dune-project.org" target="_blank">Dune-devel@dune-project.org</a><br>
<a href="http://lists.dune-project.org/mailman/listinfo/dune-devel" rel="noreferrer" target="_blank">http://lists.dune-project.org/mailman/listinfo/dune-devel</a><br>
</blockquote></div><br></div>