aboutsummaryrefslogtreecommitdiffstats
path: root/mutator.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mutator.sh')
-rwxr-xr-xmutator.sh2
1 files changed, 2 insertions, 0 deletions
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