diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-26 22:43:24 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-26 22:43:24 +0000 |
commit | 11431503abe104e9248d5e58de5f871875d242dc (patch) | |
tree | 6f1e1689a7356b2c1fc948a2a677c2285f478bc6 /mutator.sh | |
parent | now generates jso report (diff) | |
download | mutator-11431503abe104e9248d5e58de5f871875d242dc.tar.gz mutator-11431503abe104e9248d5e58de5f871875d242dc.zip |
updated for json report generation
Diffstat (limited to '')
-rwxr-xr-x | mutator.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |