Skip to content

Commit 35b2a00

Browse files
committed
precision: disable save_run from loaded conf since it may fail to find path before compare_runs
1 parent b5defbe commit 35b2a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

precision.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ for program in $programs; do
1919
conf="$(echo "$program_runs" | head -n1)/config.json"
2020
dst=$program.precision
2121
rm -f $dst
22-
$dir/goblint --conf $conf --compare_runs $program_runs $src 2>/dev/null | tee $dst
22+
$dir/goblint --conf $conf --sets save_run '' --compare_runs $program_runs $src 2>/dev/null | tee $dst
2323
done
2424
ag 'Comparing precision of' -A1 $dir

0 commit comments

Comments
 (0)