Re: [GRASS-dev] Testsuite: script for easier use of test framework

2019-01-27 Thread Panagiotis Mavrogiorgos
Since the testsuite script and its configuration file are committed, I think it would be a good idea to also change the (hardcoded) default value of GRASSSRC from: # source code directory as full path: > GRASSSRC="$HOME/software/grass77" To something like: GRASSSRC="$(cd ../../; pwd)" > GRASSSR

Re: [GRASS-dev] Testsuite: script for easier use of test framework

2019-01-22 Thread Markus Neteler
On Tue, Jan 22, 2019 at 4:14 AM Vaclav Petras wrote: > > > > On Mon, Jan 21, 2019 at 5:34 PM Markus Neteler wrote: >> >> On Mon, Jan 21, 2019 at 11:14 PM Vaclav Petras wrote: >> > On Mon, Jan 21, 2019 at 3:59 PM Markus Neteler wrote: >> >> On Mon, Jan 21, 2019 at 9:34 PM Vaclav Petras >> >> w

Re: [GRASS-dev] Testsuite: script for easier use of test framework

2019-01-21 Thread Vaclav Petras
On Mon, Jan 21, 2019 at 5:34 PM Markus Neteler wrote: > On Mon, Jan 21, 2019 at 11:14 PM Vaclav Petras > wrote: > > On Mon, Jan 21, 2019 at 3:59 PM Markus Neteler > wrote: > >> On Mon, Jan 21, 2019 at 9:34 PM Vaclav Petras > wrote: > ... > >> > OK, this raises the question if I should put the

Re: [GRASS-dev] Testsuite: script for easier use of test framework

2019-01-21 Thread Markus Neteler
On Mon, Jan 21, 2019 at 11:14 PM Vaclav Petras wrote: > On Mon, Jan 21, 2019 at 3:59 PM Markus Neteler wrote: >> On Mon, Jan 21, 2019 at 9:34 PM Vaclav Petras wrote: ... >> > OK, this raises the question if I should put the exact script I'm using at >> > fatra.cnr.ncsu.edu to GRASS GIS code? >>

Re: [GRASS-dev] Testsuite: script for easier use of test framework

2019-01-21 Thread Vaclav Petras
On Mon, Jan 21, 2019 at 3:59 PM Markus Neteler wrote: > On Mon, Jan 21, 2019 at 9:34 PM Vaclav Petras > wrote: > > On Mon, Jan 21, 2019 at 3:08 PM Markus Neteler > wrote: > >> > >> On Mon, Jan 21, 2019 at 1:48 AM Vaclav Petras > wrote: > >> ... > >> > Any reason for the file, i.e. can this be

Re: [GRASS-dev] Testsuite: script for easier use of test framework

2019-01-21 Thread Markus Neteler
On Mon, Jan 21, 2019 at 9:34 PM Vaclav Petras wrote: > On Mon, Jan 21, 2019 at 3:08 PM Markus Neteler wrote: >> >> On Mon, Jan 21, 2019 at 1:48 AM Vaclav Petras wrote: >> ... >> > Any reason for the file, i.e. can this be in the documentation? >> >> Not only because... >> >> > Or do you want a s

Re: [GRASS-dev] Testsuite: script for easier use of test framework

2019-01-21 Thread Vaclav Petras
On Mon, Jan 21, 2019 at 3:08 PM Markus Neteler wrote: > On Mon, Jan 21, 2019 at 1:48 AM Vaclav Petras > wrote: > ... > > Any reason for the file, i.e. can this be in the documentation? > > Not only because... > > > Or do you want a simpler example in doc and a link to the source code > with more

Re: [GRASS-dev] Testsuite: script for easier use of test framework

2019-01-21 Thread Markus Neteler
On Mon, Jan 21, 2019 at 1:48 AM Vaclav Petras wrote: ... > Any reason for the file, i.e. can this be in the documentation? Not only because... > Or do you want a simpler example in doc and a link to the source code with > more complex or ready-to-use examples? ... I need to be able to automati

Re: [GRASS-dev] Testsuite: script for easier use of test framework

2019-01-20 Thread Vaclav Petras
On Sun, Jan 20, 2019 at 12:02 PM Markus Neteler wrote: > On Fri, Jan 18, 2019 at 2:00 AM Vaclav Petras > wrote: > > On Thu, Jan 17, 2019 at 11:11 AM Markus Neteler > wrote: > ... > >> > I changed the location on fatra to full NC SPM and did the rename as > you suggested. I don't know how > >> >

Re: [GRASS-dev] Testsuite: script for easier use of test framework

2019-01-20 Thread Markus Neteler
On Fri, Jan 18, 2019 at 2:00 AM Vaclav Petras wrote: > On Thu, Jan 17, 2019 at 11:11 AM Markus Neteler wrote: ... >> > I changed the location on fatra to full NC SPM and did the rename as you >> > suggested. I don't know how >> > many tests does this affect, but in any case tomorrow we will know

Re: [GRASS-dev] Testsuite: script for easier use of test framework

2019-01-17 Thread Vaclav Petras
On Thu, Jan 17, 2019 at 11:11 AM Markus Neteler wrote: > On Wed, Jan 16, 2019 at 9:53 PM Vaclav Petras > wrote: > ... > (just quickly while being busy right now) > > > I changed the location on fatra to full NC SPM and did the rename as you > suggested. I don't know how > > many tests does this

Re: [GRASS-dev] Testsuite: script for easier use of test framework

2019-01-17 Thread Markus Neteler
On Wed, Jan 16, 2019 at 9:53 PM Vaclav Petras wrote: ... (just quickly while being busy right now) > I changed the location on fatra to full NC SPM and did the rename as you > suggested. I don't know how > many tests does this affect, but in any case tomorrow we will know if I at > least set th

Re: [GRASS-dev] Testsuite: script for easier use of test framework

2019-01-16 Thread Vaclav Petras
On Wed, Jan 16, 2019 at 12:00 PM Markus Neteler wrote: > > @Vaclav Petras > Maybe a workaround for the online test system at > http://fatra.cnr.ncsu.edu/grassgistests/summary_report/ > ? > Hi Markus, the reason I didn't do that was I was hoping we either decide which one to use or release a ne

[GRASS-dev] Testsuite: script for easier use of test framework

2019-01-16 Thread Markus Neteler
Hi, I have used information which I found here and there and created a script to be run locally: testsuite/test_framework_GRASS_GIS_with_NC.sh For sure a draft but I needed a script to automatically test if a GRASS GIS installation is working ok or not. Since we have the long term confusion if