diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-12-17 22:32:30 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-12-17 22:32:30 (GMT) |
commit | 644f28e01cabe7e899301d65c97ecfaafa1ee27a (patch) | |
tree | 3386fb4a5423a4f7f4bd2a898df5d6f407d389ec /tests | |
parent | 52655b3b5f910fbdd8f6eddbf222bb2b18633f59 (diff) | |
parent | bb62bf4ad90184190ca9d666ec6f2457955a2ef9 (diff) |
Merge remote branch 'upstream/master'
Diffstat (limited to 'tests')
-rw-r--r-- | tests/csgtestcore.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/csgtestcore.cc b/tests/csgtestcore.cc index 3ea0e36..a58c1fd 100644 --- a/tests/csgtestcore.cc +++ b/tests/csgtestcore.cc @@ -290,7 +290,8 @@ int csgtestcore(int argc, char *argv[], test_type_e test_type) } QFileInfo fileInfo(filename); - QDir::setCurrent(fileInfo.absolutePath()); + if (!sysinfo_dump) + QDir::setCurrent(fileInfo.absolutePath()); AbstractNode::resetIndexCounter(); AbstractNode *absolute_root_node = root_module->evaluate(&root_ctx, &root_inst); |