Fix DeqpTestRunnerTest
authorPaul Thomson <paulthomson@google.com>
Wed, 13 Apr 2022 18:38:46 +0000 (19:38 +0100)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 5 May 2022 16:15:12 +0000 (16:15 +0000)
Component: Android

Google bug: b/206657494
Google bug: b/201652781

Change-Id: I3438b200105bc04ee63b0454a7ce32e4acd4de4b

android/cts/runner/tests/src/com/drawelements/deqp/runner/DeqpTestRunnerTest.java

index 18729d7..bd77ce8 100644 (file)
@@ -2182,7 +2182,7 @@ public class DeqpTestRunnerTest extends TestCase {
         EasyMock.expectLastCall().andReturn(true).once();
 
         String command = String.format(
-                "am instrument %s -w -e deqpLogFileName \"%s\" -e deqpCmdLine \"%s\" "
+                "am instrument %s -w -e deqpLogFilename \"%s\" -e deqpCmdLine \"%s\" "
                     + "-e deqpLogData \"%s\" %s",
                 AbiUtils.createAbiFlag(ABI.getName()), APP_DIR + LOG_FILE_NAME, cmd, false,
                 INSTRUMENTATION_NAME);