aboutsummaryrefslogtreecommitdiffstats
path: root/mutator.sh
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-26 22:43:24 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-26 22:43:24 +0000
commit11431503abe104e9248d5e58de5f871875d242dc (patch)
tree6f1e1689a7356b2c1fc948a2a677c2285f478bc6 /mutator.sh
parentnow generates jso report (diff)
downloadmutator-11431503abe104e9248d5e58de5f871875d242dc.tar.gz
mutator-11431503abe104e9248d5e58de5f871875d242dc.zip
updated for json report generation
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