Skip to content
Snippets Groups Projects
Commit b6ae6e33 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Merge branch 'master' of github.com:mailru/tarantool

parents 67129361 3056573d
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,8 @@ class Test:
self.result = name.replace(".test", ".result")
self.tmp_result = os.path.join(self.args.vardir,
os.path.basename(self.result))
self.reject = name.replace(".test", ".reject")
self.reject = "{0}/test/{1}".format(self.args.builddir,
name.replace(".test", ".reject"))
self.is_executed = False
self.is_executed_ok = None
self.is_equal_result = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment