From 970cabe0eb441270ca3af44e495a5fee997ab54c Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Tue, 10 Dec 2019 17:10:48 +0200 Subject: [build] Reorganize the render tests Move everything that might collect metrics to the metrics/ directory, the only test manifests inside the render-test/ directory are the unit tests of the probes. --- expression-test/expression_test_parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'expression-test/expression_test_parser.cpp') diff --git a/expression-test/expression_test_parser.cpp b/expression-test/expression_test_parser.cpp index 15136f0231..44f8bebf5e 100644 --- a/expression-test/expression_test_parser.cpp +++ b/expression-test/expression_test_parser.cpp @@ -360,7 +360,7 @@ std::tuple, bool, uint32_t> pars Ignores parseExpressionIgnores() { Ignores ignores; - const auto mainIgnoresPath = filesystem::path(TEST_RUNNER_ROOT_PATH).append("platform/node/test/ignores.json"); + const auto mainIgnoresPath = filesystem::path(TEST_RUNNER_ROOT_PATH).append("metrics/ignores/platform-all.json"); auto maybeIgnores = readJson(mainIgnoresPath); if (!maybeIgnores.is()) { // NOLINT return {}; -- cgit v1.2.1