From 86f01967e160550468cfb4a5efce8a2d744ccabc Mon Sep 17 00:00:00 2001 From: feuillemorte Date: Wed, 17 Jan 2018 23:05:22 +0300 Subject: [PATCH] #1642 Added changelog entry --- changelog/1642.trivial | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/1642.trivial diff --git a/changelog/1642.trivial b/changelog/1642.trivial new file mode 100644 index 000000000..a8f1f3fe4 --- /dev/null +++ b/changelog/1642.trivial @@ -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. \ No newline at end of file