summaryrefslogtreecommitdiff
path: root/platform/android/src/test/render_test_runner.cpp
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2020-01-27 16:31:33 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2020-01-27 18:57:55 +0200
commit6e4dd09d226254d202acfd98bbd5aff5342fc39c (patch)
tree415d7542d0fd526b4c2daec74aa46728524a21f3 /platform/android/src/test/render_test_runner.cpp
parent8ddb0a959002b96dda1e656e3bcd87ac55286122 (diff)
downloadqtlocation-mapboxgl-6e4dd09d226254d202acfd98bbd5aff5342fc39c.tar.gz
[build] Cleanup CircleCI configurationupstream/tmpsantos-circle_ci_cleanup
- Remove the legacy build jobs - Remove the next- namespace.
Diffstat (limited to 'platform/android/src/test/render_test_runner.cpp')
-rw-r--r--platform/android/src/test/render_test_runner.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/src/test/render_test_runner.cpp b/platform/android/src/test/render_test_runner.cpp
index 8d9c9e4838..2e6047d0a8 100644
--- a/platform/android/src/test/render_test_runner.cpp
+++ b/platform/android/src/test/render_test_runner.cpp
@@ -50,8 +50,8 @@ void android_main(struct android_app* app) {
return result;
};
- auto result = runTestWithManifest("/metrics/next-android-render-test-runner-metrics.json");
- result = runTestWithManifest("/metrics/next-android-render-test-runner-style.json") && result;
+ auto result = runTestWithManifest("/metrics/android-render-test-runner-metrics.json");
+ result = runTestWithManifest("/metrics/android-render-test-runner-style.json") && result;
mbgl::Log::Info(mbgl::Event::General, "All tests are finished!");
changeState(env, app, result);
}