Skip to content

Commit c351a00

Browse files
committed
Update BenKit_head.sh
1 parent 11c9cf3 commit c351a00

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

BenchKit_head.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ home=/home/mcc/BenchKit
2828
if [ -f large_marking ]
2929
then
3030
echoerr large_marking
31-
export PATH=$home/bin:$home/bin/tina-int64/:$home/bin/latte/bin:$home/bin/z3/bin:$home/bin/tipx:$PATH
31+
export PATH=/opt/python/3.11.2/bin:$home/bin:$home/bin/tina-int64/:$home/bin/latte/bin:$home/bin/z3/bin:$home/bin/tipx:$PATH
3232
project=""
3333
else
34-
export PATH=$home/bin:$home/bin/tina/:$home/bin/latte/bin:$home/bin/z3/bin:$home/bin/tipx:$PATH
34+
export PATH=/opt/python/3.11.2/bin:$home/bin:$home/bin/tina/:$home/bin/latte/bin:$home/bin/z3/bin:$home/bin/tipx:$PATH
3535
project="--project"
3636
fi
3737

@@ -65,4 +65,6 @@ properties="--xml $(pwd)/$BK_EXAMINATION.xml"
6565

6666
# main
6767
cd $home/bin/SMPT
68-
python3 -m smpt $model $colored $reduce $project $properties $fireability $timeout $methods $mcc $techniques
68+
while ! python3.11 -m smpt $model $colored $reduce $project $properties $fireability $timeout $methods $mcc $techniques ; do
69+
echo "# RESTARTING SMPT"
70+
done

0 commit comments

Comments
 (0)