Fossil SCM
Disable "make test" which is unmaintained and does not work.
Commit
1ba3a483dc002735e2e0d4d843fe5896b6dfe9f07ec782380afafc92fea37f19
Parent
81eeb1c2b544642…
1 file changed
+10
+10
| --- test/tester.tcl | ||
| +++ test/tester.tcl | ||
| @@ -25,10 +25,20 @@ | ||
| 25 | 25 | # To run a subset of tests (i.e. only one or more of the test/*.test |
| 26 | 26 | # scripts), append the script base names as arguments: |
| 27 | 27 | # |
| 28 | 28 | # tclsh ../test/tester.tcl ../bld/fossil <script-basename>... |
| 29 | 29 | # |
| 30 | + | |
| 31 | +# This testing system is a mess. It was poorly designed to begin with | |
| 32 | +# and has not been maintained. It is difficult to debug. It is completely | |
| 33 | +# disabled for the time being. | |
| 34 | +# | |
| 35 | +# If somebody wants to volunteer to fix it, then great. But without a | |
| 36 | +# volunteer to do so, it is disabled. | |
| 37 | +# | |
| 38 | +puts Ok | |
| 39 | +exit | |
| 30 | 40 | |
| 31 | 41 | # We use some things introduced in 8.6 such as lmap. auto.def should |
| 32 | 42 | # have found us a suitable Tcl installation. |
| 33 | 43 | package require Tcl 8.6- |
| 34 | 44 | |
| 35 | 45 |
| --- test/tester.tcl | |
| +++ test/tester.tcl | |
| @@ -25,10 +25,20 @@ | |
| 25 | # To run a subset of tests (i.e. only one or more of the test/*.test |
| 26 | # scripts), append the script base names as arguments: |
| 27 | # |
| 28 | # tclsh ../test/tester.tcl ../bld/fossil <script-basename>... |
| 29 | # |
| 30 | |
| 31 | # We use some things introduced in 8.6 such as lmap. auto.def should |
| 32 | # have found us a suitable Tcl installation. |
| 33 | package require Tcl 8.6- |
| 34 | |
| 35 |
| --- test/tester.tcl | |
| +++ test/tester.tcl | |
| @@ -25,10 +25,20 @@ | |
| 25 | # To run a subset of tests (i.e. only one or more of the test/*.test |
| 26 | # scripts), append the script base names as arguments: |
| 27 | # |
| 28 | # tclsh ../test/tester.tcl ../bld/fossil <script-basename>... |
| 29 | # |
| 30 | |
| 31 | # This testing system is a mess. It was poorly designed to begin with |
| 32 | # and has not been maintained. It is difficult to debug. It is completely |
| 33 | # disabled for the time being. |
| 34 | # |
| 35 | # If somebody wants to volunteer to fix it, then great. But without a |
| 36 | # volunteer to do so, it is disabled. |
| 37 | # |
| 38 | puts Ok |
| 39 | exit |
| 40 | |
| 41 | # We use some things introduced in 8.6 such as lmap. auto.def should |
| 42 | # have found us a suitable Tcl installation. |
| 43 | package require Tcl 8.6- |
| 44 | |
| 45 |