Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[tesh] Fix arguments in tesh file
authorGabriel Corona <gabriel.corona@loria.fr>
Tue, 29 Sep 2015 09:26:07 +0000 (11:26 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Tue, 29 Sep 2015 09:26:07 +0000 (11:26 +0200)
commitec89d2ec6127219fda7e763f52440bc04a80307b
treed0f0dc3f5cb9588d7ae35bad379210085a4a67c6
parent650c3d5c14f0473fa6042e95bfee52424f647c36
[tesh] Fix arguments in tesh file

Example:

    $ tesh with_mutex_handling.tesh --cfg=model-check/reduction:none
    Test suite from stdin

- remove the options from the tesh @ARGV before handling the .tesh
  file;

- GetOptions() can't modify the locally-scoped (my) @ARGV, use the
  global one instead.
tools/tesh/tesh.pl