1
2
3
4
5
6
7
8
9
10
11
12
13
|
<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>
|
>
>
>
>
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<title>Release Checklist</title>
This file describes the testing procedures for Fossil prior to an
official release.
<ol>
<li><p>
From within a checkout of the Fossil tree, display this file with
the command "<b>fossil ui --page doc/ckout/test/release-checklist.wiki</b>".
That is the only way the links below will work.
<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>
|