Skip to content

Commit

Permalink
Fixed golden test for sonarimporter
Browse files Browse the repository at this point in the history
  • Loading branch information
ukinimod committed May 1, 2017
1 parent d70aec2 commit 26ca9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/test/golden_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}

Expand Down

0 comments on commit 26ca9fe

Please sign in to comment.