Fossil SCM
Modify 'th1-tcl' test to make it run outside of the Fossil source checkout.
Commit
18d7d266493805a9f49c8d5732bedf15bf42eb35
Parent
9bfdc5c68208f5e…
1 file changed
+4
+4
| --- test/th1-tcl.test | ||
| +++ test/th1-tcl.test | ||
| @@ -17,10 +17,14 @@ | ||
| 17 | 17 | # |
| 18 | 18 | # TH1/Tcl integration |
| 19 | 19 | # |
| 20 | 20 | |
| 21 | 21 | set dir [file dirname [info script]] |
| 22 | + | |
| 23 | +############################################################################### | |
| 24 | + | |
| 25 | +repo_init | |
| 22 | 26 | |
| 23 | 27 | ############################################################################### |
| 24 | 28 | |
| 25 | 29 | fossil test-th-eval "hasfeature tcl" |
| 26 | 30 | |
| 27 | 31 |
| --- test/th1-tcl.test | |
| +++ test/th1-tcl.test | |
| @@ -17,10 +17,14 @@ | |
| 17 | # |
| 18 | # TH1/Tcl integration |
| 19 | # |
| 20 | |
| 21 | set dir [file dirname [info script]] |
| 22 | |
| 23 | ############################################################################### |
| 24 | |
| 25 | fossil test-th-eval "hasfeature tcl" |
| 26 | |
| 27 |
| --- test/th1-tcl.test | |
| +++ test/th1-tcl.test | |
| @@ -17,10 +17,14 @@ | |
| 17 | # |
| 18 | # TH1/Tcl integration |
| 19 | # |
| 20 | |
| 21 | set dir [file dirname [info script]] |
| 22 | |
| 23 | ############################################################################### |
| 24 | |
| 25 | repo_init |
| 26 | |
| 27 | ############################################################################### |
| 28 | |
| 29 | fossil test-th-eval "hasfeature tcl" |
| 30 | |
| 31 |