mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
test: fix error message in opencl ULTs
- opencl ults do not require changing directory - fix base execution directory for all aub test modes Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
051f7928f1
commit
9c962cdbc8
@@ -78,12 +78,16 @@ void setupTestFiles(std::string testBinaryFiles, int32_t revId) {
|
||||
}
|
||||
|
||||
std::string getBaseExecutionDir() {
|
||||
if (testMode != TestMode::aubTests) {
|
||||
if (!isAubTestMode(testMode)) {
|
||||
return "shared/";
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
bool isChangeDirectoryRequired() {
|
||||
return true;
|
||||
}
|
||||
|
||||
void addUltListener(::testing::TestEventListeners &listeners) {
|
||||
listeners.Append(new BaseUltConfigListener);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user