From 26ca9fecddf2ed537a7236c9636e9d272a63725c Mon Sep 17 00:00:00 2001 From: Dominik Ufer Date: Mon, 1 May 2017 22:48:56 +0200 Subject: [PATCH] Fixed golden test for sonarimporter --- analysis/test/golden_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis/test/golden_test.sh b/analysis/test/golden_test.sh index 9a4c6f5be4..41b47aace0 100755 --- a/analysis/test/golden_test.sh +++ b/analysis/test/golden_test.sh @@ -45,7 +45,7 @@ validate() { check_sonar() { echo " -- expect SonarImporter gives valid cc.json" ACTUAL_SONAR_JSON="${INSTALL_DIR}/actual_sonarimport.json" - "${CCSH}" sonarimport data/codecharta/sonar.xml -o "${ACTUAL_SONAR_JSON}" + "${CCSH}" sonarimport data/codecharta/sonar.xml -l --old-api -o "${ACTUAL_SONAR_JSON}" validate "${ACTUAL_SONAR_JSON}" }