Commit Graph

5 Commits

Author SHA1 Message Date
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