9 | | * 2.N = the BASE version that is to be released |
10 | | * 2.P = the last patch release of the previous version |
11 | | * initdb/updatedb = run the installation/upgrade script |
12 | | * TestAll = run the TestAll test program |
13 | | * test roles = run the roles test program as described in [http://base.thep.lu.se/chrome/site/latest/test/roles/index.html latest/test/roles/index.html]. This test program can also use batch importers instead of the hard-coded item creation. Use this mode with either MySQL or PostgreSQL and the normal mode with the other. Run in batch-import mode with `./test.sh roles -b all` |
| 9 | * 3.N = the BASE version that is to be released |
| 10 | * 3.P = the last patch release of the previous version |
| 11 | * `initdb/updatedb` = run the installation/upgrade script |
| 12 | * `TestAll` = run the `TestAll` test program |
| 13 | * `test roles` = run the roles test program as described in [http://base.thep.lu.se/chrome/site/latest/test/roles/index.html latest/test/roles/index.html]. This test program can also use batch importers instead of the hard-coded item creation. Use this mode with either MySQL or PostgreSQL and the normal mode with the other. Run in batch-import mode with `./test.sh roles -b all` |