File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33if [ " $1 " == ' ' ]; then
44 echo " Either fully run DiffDetective as presented in the paper (replication) or a do quick setup validation (validation)."
55 echo " -- Examples --"
6- echo " Run replication: './experiment .sh replication'"
7- echo " Validate the setup: './experiment .sh validation'"
6+ echo " Run replication: './execute .sh replication'"
7+ echo " Validate the setup: './execute .sh validation'"
88 exit
99fi
1010cd /home/sherlock || exit
2828 echo " INVALID ARGUMENT: $1 "
2929 echo " Either fully run DiffDetective as presented in the paper (replication) or a do quick setup validation (validation)."
3030 echo " -- Examples --"
31- echo " Run replication: './experiment .sh replication'"
32- echo " Validate the setup: './experiment .sh validation'"
31+ echo " Run replication: './execute .sh replication'"
32+ echo " Validate the setup: './execute .sh validation'"
3333 exit
3434fi
You can’t perform that action at this time.
0 commit comments