specs/stx-jv.rbspec
changeset 109 d4103254e0a8
parent 108 054919e32ff0
child 110 da2585640b0c
--- a/specs/stx-jv.rbspec	Thu Dec 22 22:25:06 2016 +0000
+++ b/specs/stx-jv.rbspec	Sun Dec 25 22:24:40 2016 +0000
@@ -330,6 +330,14 @@
 project :'stx:jv-branch:for-reports-only' do
   import :'stx:jv-branch'
 
+  # Sigh, if we're about to run tests only, we don't want to
+  # run standard tests so we need to clean test flag. 
+  package 'stx:libview/tests', :test => false;
+  package 'stx:libjava', :test => false;
+  package 'stx:libjava/tools', :test => false;
+  package 'stx:goodies/regression', :test => false;
+  package 'stx:libscm/mercurial', :test => false;
+
   tasks do
     task :'stx:projects/smalltalk:pre' do
       chdir BUILD_DIR / 'stx' / 'projects' / 'smalltalk' do