try_run: Allow to set working directory

Fixes: #17634
This commit is contained in:
Asit Dhal
2021-01-31 17:57:39 +01:00
parent af695cee73
commit 5af38a11ce
6 changed files with 43 additions and 2 deletions
+1
View File
@@ -49,4 +49,5 @@ private:
std::string OutputVariable;
std::string RunOutputVariable;
std::string CompileOutputVariable;
std::string WorkingDirectory;
};