We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ea510 commit bbae05dCopy full SHA for bbae05d
regression/cegis/cegis_danger_benchmark_01_19/run-danger.sh
@@ -15,7 +15,7 @@ trap '' SIGTERM
15
config_input=$1
16
if [ -z "$1" ]; then config_input='cegis'; fi
17
18
-for config in $1; do
+for config in ${config_input}; do
19
resultFile="${baseDir}/${config}.txt"
20
truncate -s 0 "${resultFile}"
21
for benchmark in ${baseDir}/cegis/cegis_danger_benchmark_*; do
0 commit comments