Re: [easybuild] Adding/modifying unit tests? -- eb not found in

2020-05-04 Thread Mike Kelsey
Kenneth Hoste writes: > >> On 24/04/2020 02:33, Mike Kelsey wrote: > >>> [kelsey@terra1 EasyBuild]$ which eb > >>> /scratch/user/kelsey/EasyBuild/framework/eb > >>> > >>> but when I launch the unit test per the documentation, I get complaints: > >>> > >>> [kelsey@terra1 EasyBuild]$ export

Re: [easybuild] Adding/modifying unit tests? -- eb not found in

2020-05-04 Thread Kenneth Hoste
On 02/05/2020 21:58, Mike Kelsey wrote: Kenneth Hoste writes: On 24/04/2020 02:33, Mike Kelsey wrote: Quick question about running unit tests. I have all the EasyBuild stuff in local clones, and set up the module to find them. Once I get my environment set up, it points to my personal

Re: [easybuild] Adding/modifying unit tests? -- eb not found in

2020-05-02 Thread Mike Kelsey
Kenneth Hoste writes: > On 24/04/2020 02:33, Mike Kelsey wrote: > > Quick question about running unit tests. I have all the EasyBuild stuff in > > local clones, and set up the module to find them. Once I get my environment > > set up, it points to my personal installation: > > > > [kelsey@terra1

Re: [easybuild] Adding/modifying unit tests? -- eb not found in $PATH?

2020-05-02 Thread Kenneth Hoste
Hi Mike, On 24/04/2020 02:33, Mike Kelsey wrote: Quick question about running unit tests. I have all the EasyBuild stuff in local clones, and set up the module to find them. Once I get my environment set up, it points to my personal installation: [kelsey@terra1 EasyBuild]$ which eb

[easybuild] Adding/modifying unit tests?

2020-04-23 Thread Mike Kelsey
Howdy! In Framework PR #3294, I am adding some new functionality to 'exts_list', to allow the 'git_config' dictionary to be used for downloading sources for an extension. This modification is in easyblock.py itself, which makes me just a bit nervous about merging :-) I've tested it personally

Re: [easybuild] Adding/modifying unit tests?

2020-04-23 Thread Kenneth Hoste
Hi Mike, On 23/04/2020 08:53, Mike Kelsey wrote: Howdy! In Framework PR #3294, I am adding some new functionality to 'exts_list', to allow the 'git_config' dictionary to be used for downloading sources for an extension. This modification is in easyblock.py itself, which makes me just a bit