Changes between Version 9 and Version 10 of TestingNotes


Ignore:
Timestamp:
Mar 24, 2018, 11:42:05 AM (6 years ago)
Author:
Mateusz Łoskot
Comment:

Update after migration to GitHub

Legend:

Unmodified
Added
Removed
Modified
  • TestingNotes

    v9 v10  
    44== gdalautotest ==
    55
    6 The primary means of testing is to run the [http://trac.osgeo.org/gdal/browser/trunk/autotest gdalautotest] python regression test suite.  After building with either the old or new generation python bindings, and installing them (or adding them to your path from the build tree) do the following:
     6The primary means of testing is to run the [https://github.com/OSGeo/gdal/tree/master/autotest gdalautotest] python regression test suite.  After building with either the old or new generation python bindings, and installing them (or adding them to your path from the build tree) do the following:
    77
    88{{{
    9 % svn checkout https://svn.osgeo.org/gdal/trunk/autotest
    10 % cd autotest
     9% git clone https://github.com/OSGeo/gdal.git
     10% cd gdal/autotest
    1111% ./run_all.py
    1212}}}
     
    5858{{{
    5959C:\software\gdal
    60 svn checkout https://svn.osgeo.org/gdal/trunk/autotest
    61 cd autotest
     60git clone git clone https://github.com/OSGeo/gdal.git
     61cd gdal\autotest
    6262C:\Python24\python.exe run_all.py
    6363...