Hi Alan,


> -----Original Message-----
> From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca]
>
> That is a pretty cool automated script for running the test and collecting 
> all relevant
> results into a tarball.  The only thing I would add to it is
>
> rm -rf ../comprehensive_test_disposeable
>
> right at the start so there are no stale results left in that directory from 
> previous runs
> of the script.
>

Yes, that is indeed missing. I now do this manually.

> By looking at env.out, and also your script I find you have set 1.
> PLPLOT_DRV_DIR=/d/plplot-
> svn/comprehensive_test_disposeable/shared/build_tree/drivers
> 2. PLPLOT_LIB=/d/plplot-svn/plplot-git/data
> 3. PL_LIBRARY=/d/plplot-svn/plplot-git/bindings/tk
>
> None of those should be necessary, and mean that when you are purportedly 
> testing
> the installed examples tree, you are actually (1) using drivers from the 
> (shared only)
> build tree, (2) data from the source tree, and (3) Tk results from the source 
> tree(?).
> That is, all of these are brute-force workarounds for MinGW/MSYS that I don't 
> need
> to use here and which we should figure out how to avoid in your case.
>
> So you have actually changed 3 things between the test that succeeds and the 
> one
> that does not.
>
> Let's deal with 2 and 3 later, but
> if you leave 2 and 3 in place, do you really need 1?
>
These things are also necessary when running the examples manually under 
MinGW/MSYS. Somehow the "built-in-tree" logic is not working for this platform. 
Leaving out no. 1 makes the test script hang on x00c asking for a driver. I 
verified this by running it via a reduced script (setting 2, 3 and directly 
running x00c).

My laptop has a fairly large disk, so leaving the files should not be too much 
of a problem. Luckily. I will keep you informed about the progress.

Regards,

Arjen



DISCLAIMER: This message is intended exclusively for the addressee(s) and may 
contain confidential and privileged information. If you are not the intended 
recipient please notify the sender immediately and destroy this message. 
Unauthorized use, disclosure or copying of this message is strictly prohibited. 
The foundation 'Stichting Deltares', which has its seat at Delft, The 
Netherlands, Commercial Registration Number 41146461, is not liable in any way 
whatsoever for consequences and/or damages resulting from the improper, 
incomplete and untimely dispatch, receipt and/or content of this e-mail.
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to