#1642 Added changelog entry

This commit is contained in:
feuillemorte 2018-01-17 23:05:22 +03:00
parent d784155fd2
commit 86f01967e1
1 changed files with 1 additions and 0 deletions

1
changelog/1642.trivial Normal file
View File

@ -0,0 +1 @@
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.