1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<title>Release Checklist</title>
This file describes the testing procedures for Fossil prior to an
official release.
<ol>
<li><p>
From a private directory (not the source tree) run
"<b>tclsh $FOSSIL $SRC/test/tester.tcl</b>" where $FOSSIL is the
name of the executable under test and $SRC is the source tree.
Verify that there are no errors.
<li><p>
Click on each of the links in in the
[./graph-test-1.wiki] document and verify that all graphs are
rendered correctly.
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<title>Release Checklist</title>
This file describes the testing procedures for Fossil prior to an
official release.
<ol>
<li><p>
From a private directory (not the source tree) run
"<b>tclsh $SRC/test/tester.tcl $FOSSIL</b>" where $FOSSIL is the
name of the executable under test and $SRC is the source tree.
Verify that there are no errors.
<li><p>
Click on each of the links in in the
[./graph-test-1.wiki] document and verify that all graphs are
rendered correctly.
|