This commit is contained in:
feuillemorte 2018-01-17 23:48:04 +03:00
parent 4a18d76160
commit a7c39c894b
1 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
Added option `--rootdir` for command line and `rootdir` for *.ini file. Define root directory for tests. Can be relative path: 'root_dir', './root_dir', 'root_dir/another_dir/'; absolute path: '/home/user/root_dir'; path with variables: '$HOME/root_dir'. If parameter 'rootdir' defined in *.ini file this argument will not work.
Added option "--rootdir" for command line and "rootdir" for .ini file. Define root directory for tests.
Can be relative path: "root_dir", "./root_dir", "root_dir/another_dir/"; absolute path: "/home/user/root_dir";
path with variables: "$HOME/root_dir". If parameter "rootdir" defined in .ini file this argument will not work.