Andy Bradford wrote: > > However, when I run it this way, some of the tests fail because they > want to be in an open checkout of a repository; specifically the > relative-tree-name and absolute-tree-name tests from file1.test. >
Normally, when developing a new feature, I add a test file and only run the tests in that file, e.g.: tclsh $SRC/test/tester.tcl $FOSSIL th1; # runs "th1.test" Another good (and recent) example test file is "mv-rm.test", which shows how to setup and start munging a dedicated test repository during the tests. -- Joe Mistachkin _______________________________________________ fossil-dev mailing list fossil-dev@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev