OK,

Sven is talking about Regression tests, when me and Arthur are talking on Smoke or Acceptance tests

I have the knowledge to make GUI tests, too. but we should focus at first on the more lower level.

Arthur I may have a copy of those tests, but I would prefer to use GitHub, because will integrate better with testing servers.


On Tue, Sep 21, 2021 at 3:17 PM Sven Schreiber <svetosch@gmx.net> wrote:
Am 21.09.2021 um 16:14 schrieb Sven Schreiber:
> But actually, a pure hansl script can go a long way I believe. Like this:
> <hansl>
> loop foreach i sscanf    # add more command names later
>     $i
> endloop
> </hansl>
>
> This already crashes the GUI program for me here.

Sorry, to be useful the crucial line should include "catch", like this:

<hansl>

loop foreach i sscanf    # add more command names later
     catch $i
endloop

</hansl>

Still crashes now, but shouldn't after the bug is fixed.

cheers

sven
_______________________________________________
Gretl-devel mailing list -- gretl-devel@gretlml.univpm.it
To unsubscribe send an email to gretl-devel-leave@gretlml.univpm.it
Website: https://gretlml.univpm.it/postorius/lists/gretl-devel.gretlml.univpm.it/