Disable Aub Stream when in tbx mode.

Change-Id: Iffd5fa5efe3f236954a3888fdd286bd5f889393f
This commit is contained in:
Mrozek, Michal
2018-12-13 16:30:50 +01:00
committed by sys_ocldev
parent 010e1a4738
commit 928632ec19

View File

@ -216,6 +216,7 @@ int main(int argc, char **argv) {
} else if (!strcmp("--tbx", argv[i])) {
if (testMode == TestMode::AubTests) {
testMode = TestMode::AubTestsWithTbx;
DebugManager.flags.UseAubStream.set(false);
}
initialHardwareTag = 0;
} else if (!strcmp("--devices", argv[i])) {