Skip to content

Commit

Permalink
update output dir for img
Browse files Browse the repository at this point in the history
  • Loading branch information
vasumv committed Dec 17, 2021
1 parent 0b9894f commit 5f3607e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/getMutants.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

#Leaves a venn diagram of Zest's mutant finding vs. Mu2's mutant finding in the current directory.
#Leaves a venn diagram of Zest's mutant finding vs. Mu2's mutant finding in the output directory.
#example usage:
# ./getMutants.sh diff.DiffTest fuzzTimSort testTimSort sort.TimSort diff.DiffTest,sort \
# 3 1000 ../../sort-benchmarks timsort
Expand Down Expand Up @@ -56,7 +56,7 @@ do
done

cd $CURDIR
python3 venn.py --filters_dir $DIR/$TARGETNAME-filters --num_experiments $REPS --output_img $TARGETNAME-venn.png
python3 venn.py --filters_dir $DIR/$TARGETNAME-filters --num_experiments $REPS --output_img $DIR/$TARGETNAME-venn.png

#comment the below lines to not remove the created files
# rm -r filters
Expand Down

0 comments on commit 5f3607e

Please sign in to comment.