|
From: <and...@us...> - 2011-08-12 09:10:37
|
Revision: 11874
http://plplot.svn.sourceforge.net/plplot/?rev=11874&view=rev
Author: andrewross
Date: 2011-08-12 09:10:30 +0000 (Fri, 12 Aug 2011)
Log Message:
-----------
Make sure test_d.sh is executable in build tree. Remove chmod commands from plplot-test.sh as cmake now deals with this.
Modified Paths:
--------------
trunk/plplot_test/plplot-test.sh.cmake
Property Changed:
----------------
trunk/plplot_test/test_d.sh.in
Modified: trunk/plplot_test/plplot-test.sh.cmake
===================================================================
--- trunk/plplot_test/plplot-test.sh.cmake 2011-08-12 08:48:08 UTC (rev 11873)
+++ trunk/plplot_test/plplot-test.sh.cmake 2011-08-12 09:10:30 UTC (rev 11874)
@@ -233,9 +233,6 @@
echo "Testing interactive octave examples for device $device"
script="$scripts_dir"/test_octave_interactive.sh
fi
- if [ "@WIN32@" != "1" ] ; then
- chmod +x "$script"
- fi
@SH_EXECUTABLE@ "$script" || status=1
exit $status
@@ -405,9 +402,6 @@
for i in $FRONT_END ; do
echo "Testing front-end $i"
script="$scripts_dir"/test_$i.sh
- if [ "@WIN32@" != "1" ] ; then
- chmod +x "$script"
- fi
@SH_EXECUTABLE@ "$script" || status=1
done
Property changes on: trunk/plplot_test/test_d.sh.in
___________________________________________________________________
Added: svn:executable
+ *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|