Skip to content

Commit bbae05d

Browse files
author
Pascal Kesseli
committed
Fixed parameter handling in CEGIS danger experiment script.
1 parent c1ea510 commit bbae05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/cegis/cegis_danger_benchmark_01_19/run-danger.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ trap '' SIGTERM
1515
config_input=$1
1616
if [ -z "$1" ]; then config_input='cegis'; fi
1717

18-
for config in $1; do
18+
for config in ${config_input}; do
1919
resultFile="${baseDir}/${config}.txt"
2020
truncate -s 0 "${resultFile}"
2121
for benchmark in ${baseDir}/cegis/cegis_danger_benchmark_*; do

0 commit comments

Comments
 (0)