Commit c351a00 1 parent 11c9cf3 commit c351a00 Copy full SHA for c351a00
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ home=/home/mcc/BenchKit
28
28
if [ -f large_marking ]
29
29
then
30
30
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
32
32
project=" "
33
33
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
35
35
project=" --project"
36
36
fi
37
37
@@ -65,4 +65,6 @@ properties="--xml $(pwd)/$BK_EXAMINATION.xml"
65
65
66
66
# main
67
67
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
You can’t perform that action at this time.
0 commit comments