Re: [Oorexx-devel] Some questions on the test framework

2019-02-03 Thread P.O. Jonsson
Dear Erich, The problems with testing is the same also in revision 11711: [Framework exception] [20190203 22:23:06.321675] Type: Trap Severity: Fatal File: /Users/po/workspace/.../ooRexx/API/oo/FUNCTION.testGroup Line: 2130 Initial call of test container failed Condition: SYNTAX Una

Re: [Oorexx-devel] Some questions on the test framework

2019-02-03 Thread P.O. Jonsson
> Am 03.02.2019 um 19:44 schrieb Erich Steinböck : > > Hi P.O. > What is the purpose of the shell script setTestEnv.sh > It sets the environment for the tests to be able to find the framework and > its classes. > It is intended to run "sourced", with a leading dot, like this: . > ./setTestnv.sh

Re: [Oorexx-devel] Some questions on the test framework

2019-02-03 Thread Erich Steinböck
Hi P.O. > What is the purpose of the shell script *setTestEnv.sh* > It sets the environment for the tests to be able to find the framework and its classes. It is intended to run "sourced", with a leading dot, like this: . ./setTestnv.sh (both leading dots are intended) setTestEnv also sets LIBPATH

[Oorexx-devel] Some questions on the test framework

2019-02-03 Thread P.O. Jonsson
Dear developers, I am preparing some test cases for the samples and have a few questions on the test framework (as downloaded using SVN): Q1: What is the purpose of the shell script setTestEnv.sh ? At least for macOS the scope of the settings will end when the script exits so they will not be