run-tests: refactor testtmp
testtmp is now a member variable of our test class. It's value is computed during instance creation and the directory is managed via the lifetime of the test object.
Loading
Please register or sign in to comment
testtmp is now a member variable of our test class. It's value is computed during instance creation and the directory is managed via the lifetime of the test object.