From 11431503abe104e9248d5e58de5f871875d242dc Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 27 Dec 2016 02:13:24 +0330 Subject: updated for json report generation --- mutator.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mutator.sh') diff --git a/mutator.sh b/mutator.sh index e1c4a15..8bb93f1 100755 --- a/mutator.sh +++ b/mutator.sh @@ -94,6 +94,8 @@ elif [[ "$COMMAND" == "run" ]];then elif [[ "$COMMAND" == "misrac" ]]; then echo "Removing previous XML report..." "rm" ./test/misrareport.xml + echo "Removing previous JSON report..." + "rm" ./test/misrareport.json echo "checking input file(s) against Misra-C 2004..." echo "Options to pass to executable: "${OPTIONS:0:$((${#OPTIONS}))} "./mutator-lvl0" $INPUT -- ${OPTIONS:0:$((${#OPTIONS}))} > ./test/misra-log -- cgit v1.2.3