Skip to content

Commit 0c267fb

Browse files
authored
Update .smalltalk.ston
1 parent 863c772 commit 0c267fb

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

.smalltalk.ston

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
SmalltalkCISpec {
2-
#loading : [
3-
SCIMetacelloLoadSpec {
4-
#baseline : 'GameMecha',
5-
#directory : 'src',
6-
#platforms : [ #squeak ],
7-
#load : [ 'test' ],
2+
#loading : [
3+
SCIMetacelloLoadSpec {
4+
#baseline : 'GameMecha',
5+
#directory : 'src',
6+
#onWarningLog : true,
7+
#useLatestMetacello : false,
8+
#load : [ 'test' ],
9+
#platforms : [ #squeak ],
810
#useLatestMetacello : true
9-
}
10-
],
11-
#testing : {
12-
#coverage : {
13-
#packages : [ 'GameMecha-ResourceLoading', 'GameMecha-Collisions', 'GameMecha-KeyHandling', 'GameMecha-TileEditor' ]
14-
}
15-
}
11+
}
12+
],
13+
#testing : {
14+
#categories : [ 'GameMecha-Test' ],
15+
#failOnZeroTests : true,
16+
#hidePassingTests : true,
17+
#defaultTimeout : 30,
18+
}
1619
}

0 commit comments

Comments
 (0)