On Monday 15 February 2010 Gunnar Thielebein wrote:
> Would you point me how to use tests in fsvs?
> I can't get them running.

  make run-tests

for the quick test, and the extensive version is

  make ext-tests PARALLEL=5

(but that needs "sudo" without password and "ssh localhost" for both user and 
root, as it tests a lot of combinations of user/root,file://,svn+ssh://, and 
some more variations.

> When I ./run-tests <test> this does not return anything.
> For writing a test for the dir_exclude_mtime option. Should I use the
>  034_status 036_status_non-recursive (?). What should the test include?
Just copy a file and use it as a template.
The test should verify that the option works when off and when on; so you'll 
need a few subdirectory levels (because of the CHILD_CHANGED flag).

I'd recommend to use the normal 
        $PREPARE_DEFAULT > /dev/null
line, then you'll get everything set up automatically, and a bit of directory 
structure as well - then you can just use one of the files and on of the 
directories below tree/ for the verification.

  touch tree/a/1
(if I'm correct here and verify that
  fsvs st -o no-dir-mtime=XXX
(or whatever the name now is) gives/doesn't give the directory (depending on 
child changes, too).


Regards,

Phil

-- 
Versioning your /etc, /home or even your whole installation?
             Try fsvs (fsvs.tigris.org)!

------------------------------------------------------
http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3923&dsMessageId=2447802

To unsubscribe from this discussion, e-mail: [[email protected]].

Reply via email to