Changes between Version 9 and Version 10 of TestingNotes
- Timestamp:
- Mar 24, 2018, 11:42:05 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TestingNotes
v9 v10 4 4 == gdalautotest == 5 5 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:6 The 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: 7 7 8 8 {{{ 9 % svn checkout https://svn.osgeo.org/gdal/trunk/autotest10 % cd autotest9 % git clone https://github.com/OSGeo/gdal.git 10 % cd gdal/autotest 11 11 % ./run_all.py 12 12 }}} … … 58 58 {{{ 59 59 C:\software\gdal 60 svn checkout https://svn.osgeo.org/gdal/trunk/autotest61 cd autotest60 git clone git clone https://github.com/OSGeo/gdal.git 61 cd gdal\autotest 62 62 C:\Python24\python.exe run_all.py 63 63 ...