File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ echo "# does nothing, only compile" >> call_nopol.sh
24
24
chmod 755 call_nopol.sh
25
25
26
26
# only compiling
27
+
28
+ # commons math
27
29
python src/reproduce.py -bug cm1 || true
28
30
python src/reproduce.py -bug cm2 || true
29
31
python src/reproduce.py -bug cm3 || true
@@ -32,7 +34,8 @@ python src/reproduce.py -bug cm5 || true
32
34
python src/reproduce.py -bug cm6 || true
33
35
python src/reproduce.py -bug cm7 || true
34
36
python src/reproduce.py -bug cm10 || true
35
- # python src/reproduce.py -bug cm5
37
+ python src/reproduce.py -bug pm1 || true
38
+ python src/reproduce.py -bug pm2 || true
36
39
37
40
# Commons lang
38
41
python src/reproduce.py -bug cl1 || true
@@ -41,7 +44,6 @@ python src/reproduce.py -bug cl3 || true
41
44
python src/reproduce.py -bug cl4 || true
42
45
python src/reproduce.py -bug cl5 || true
43
46
python src/reproduce.py -bug cl6 || true
44
-
45
47
python src/reproduce.py -bug pl1 || true
46
48
python src/reproduce.py -bug pl2 || true
47
49
python src/reproduce.py -bug pl3 || true
You can’t perform that action at this time.
0 commit comments