SourceForge.net Logo
prevtopnext
izh_test
    Kinds of tests
        test_script - Sequence of simple test actions
copy_file - Copying of file

This test command allows copying file.

Full specification of the command looks like:
<copy_file>
  <from>source      file name</from>
  <to>  destination file name</to>
</copy_file>
Where:
fromFull filename/path for the source file
toFull filename/path for the destination file

Before copying izh_test adds path to the directory with file specification of test to the filenames. So command is oriented to copy files in the directory with tests.

You don't have to use substitution variable %test_dir% .

The command doesn't return any test results and executes successfully everywhere.


prevtopnext

SourceForge.net Logo