- 19 Apr, 2019 1 commit
-
-
Mathieu Giraud authored
see #3762
-
- 18 Apr, 2019 1 commit
-
-
Mathieu Giraud authored
see #3206
-
- 28 Feb, 2019 1 commit
-
-
Mathieu Giraud authored
-
- 19 Apr, 2018 1 commit
-
-
Mikaël Salson authored
The for i in {x..y} construct is Bash-specific. An alternative would have been for i in $(seq x y) but seq comes from GNU and is therefore not POSIX. A good old-fashioned while does the job! Fixes #3197
-
- 10 Jan, 2018 1 commit
-
-
Mathieu Giraud authored
-
- 01 Feb, 2017 1 commit
-
-
Mathieu Giraud authored
-
- 31 Jan, 2017 1 commit
-
-
Mathieu Giraud authored
-
- 13 Jul, 2016 1 commit
-
-
Mikaël Salson authored
This will help testing the effect of some parameter on all the functional tests.
-
- 01 Mar, 2016 2 commits
-
-
Mathieu Giraud authored
This will be more flexible.
-
Mathieu Giraud authored
-
- 22 Feb, 2016 1 commit
-
-
Mathieu Giraud authored
-
- 28 Jan, 2016 1 commit
-
-
Mathieu Giraud authored
-
- 11 Mar, 2015 1 commit
-
-
Mikaël Salson authored
By default the launcher is put at the start of the command line. In some cases it must not be at the start and in other cases we don't want to use valgrind (or another launcher) so we deactivate it with the !NO_LAUNCHER: directive
-
- 07 Nov, 2014 2 commits
-
-
Mikaël Salson authored
-
Mathieu Giraud authored
Bug: With a reasonnably large -r option (such as 2000), no representative is found. This is because min_cover is larger than max_auditioned.
-