Skip to content

Commit

Permalink
minor tidying
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pecl/sdo/trunk@235400 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Simon Laws committed May 11, 2007
1 parent c99dfd8 commit 49e5591
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runalltests.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rem | permissions and limitations under the License. |
rem +----------------------------------------------------------------------+
rem | Author: SL |
rem +----------------------------------------------------------------------+
rem $Id: runalltests.bat,v 1.4 2007-02-07 11:25:35 cem Exp $
rem $Id: runalltests.bat,v 1.5 2007-05-11 09:03:12 slaws Exp $

echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
echo This script runs all of the PHP SDO tests that can
Expand All @@ -30,7 +30,7 @@ echo PHP_HOME - the root directory for the php build
echo PHP_BIN_HOME - the directory holding the binary to be tested
scho TMP - the directory where temporary files will be written during testing

set PHP_HOME=C:\simon\Projects\Tuscany\php\php-5.2.0
set PHP_HOME=c:\php-5.2.0
set PHP_BIN_HOME=%PHP_HOME%\Debug_TS
set TMP=C:\temp

Expand All @@ -52,7 +52,7 @@ echo PHPT Tests
call %TEST_PHP_EXECUTABLE% %PHP_HOME%\run-tests.php tests

echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
echo PHPUnit2 Tests
echo PHPUnit Tests
cd tests
call %TEST_PHP_EXECUTABLE% AllTests.php
cd ..
Expand Down

0 comments on commit 49e5591

Please sign in to comment.