Commit Graph

7 Commits

Author SHA1 Message Date
Xavier Delaruelle
0e037852d6 ts: re-license install test scripts from GPLv3+ to GPLv2+
Change license of all install_test_* scripts, used to test Modules
installation, from GPLv3+ to GPLv2+.

Align this way all files from the Modules project under the GPLv2+
license.

Consent has been obtained from copyright holder to perform such move (I
hold the full copyright for these script files).

Related to #389
2021-02-28 19:09:31 +01:00
Xavier Delaruelle
2a012dff65 ts: test 'ml' over Modules installation 2020-01-09 20:38:50 +01:00
Xavier Delaruelle
147c4ec212 testsuite: check no arg or empty string arg
Adapt tests of install suite to be able to call module function with no
passed arg if tested command equals to "NOARG".

Also adapt these tests to call module with an empty string argument if
tested command equals to empty string.
2018-03-25 22:29:13 +02:00
Xavier Delaruelle
4f82505dd0 testsuite: separate cmd args with ','
Adapt tests of install suite to use ',' character as argument separator
(on same command) for non-pure shell languages (Tcl, Perl, Python, Ruby,
Cmake and R).

Help to distinguish a separator between args from a whitespace within an
arg.
2018-03-25 22:29:13 +02:00
Xavier Delaruelle
3ac38073f5 testsuite: check info-loaded on install suite
Adapt install test scripts to output obtained result text.
2017-12-01 08:07:53 +01:00
Xavier Delaruelle
d9b93c4f9b testsuite: adapt install scripts to check ret value
Adapt tcl, perl, python, ruby, cmake and R install test scripts to check
module command result based on new boolean return value system.
2017-11-18 18:18:29 +01:00
Xavier Delaruelle
3c079bd5bd testsuite: check all langs in install testsuite 2017-10-23 22:35:27 +02:00