test_ok1/changelog/1642.trivial

3 lines
326 B
Plaintext

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.