mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
test: create working dir for tests
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
13f8139951
commit
8f5467d3c6
@@ -340,7 +340,11 @@ int main(int argc, char **argv) {
|
||||
nClFiles.append("/");
|
||||
clFiles = nClFiles;
|
||||
|
||||
std::string executionDirectory(hardwarePrefix[productFamily]);
|
||||
std::string executionDirectory("");
|
||||
if (testMode != TestMode::AubTests) {
|
||||
executionDirectory += "opencl/";
|
||||
}
|
||||
executionDirectory += hardwarePrefix[productFamily];
|
||||
executionDirectory += NEO::executionDirectorySuffix; // _aub for aub_tests, empty otherwise
|
||||
executionDirectory += "/";
|
||||
executionDirectory += std::to_string(revId);
|
||||
|
||||
Reference in New Issue
Block a user