From 80e04ee71fb9d423c9dc928a33e19c1d0ae193ce Mon Sep 17 00:00:00 2001 From: Guille Polito Date: Mon, 25 Jun 2018 17:26:28 +0200 Subject: [PATCH] Enhanced smalltalkci to really split tests --- .smalltalk.ston | 4 ++-- .stress.smalltalk.ston | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.smalltalk.ston b/.smalltalk.ston index 6cf46ec..9f9c852 100644 --- a/.smalltalk.ston +++ b/.smalltalk.ston @@ -7,8 +7,8 @@ SmalltalkCISpec { } ], #testing : { - #include : { - #categories : [ 'OSSubprocess-Tests-Unit' ] + #exclude : { + #packages : [ 'OSSubprocess-Tests-Stress' ] } } } diff --git a/.stress.smalltalk.ston b/.stress.smalltalk.ston index fd017fd..67f37df 100644 --- a/.stress.smalltalk.ston +++ b/.stress.smalltalk.ston @@ -8,7 +8,7 @@ SmalltalkCISpec { ], #testing : { #include : { - #categories : [ 'OSSubprocess-Tests-Stress' ] + #packages : [ 'OSSubprocess-Tests-Unit' ] } } }