Skip to content

Commit

Permalink
Enhanced smalltalkci to really split tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Jun 25, 2018
1 parent 5f60811 commit 80e04ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .smalltalk.ston
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ SmalltalkCISpec {
}
],
#testing : {
#include : {
#categories : [ 'OSSubprocess-Tests-Unit' ]
#exclude : {
#packages : [ 'OSSubprocess-Tests-Stress' ]
}
}
}
2 changes: 1 addition & 1 deletion .stress.smalltalk.ston
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SmalltalkCISpec {
],
#testing : {
#include : {
#categories : [ 'OSSubprocess-Tests-Stress' ]
#packages : [ 'OSSubprocess-Tests-Unit' ]
}
}
}

0 comments on commit 80e04ee

Please sign in to comment.