specs/stx-jv.rbspec
branchfeature-block-in-context
changeset 162 199235cbc717
parent 161 cfc0b59da7a9
parent 126 9cd66b79ca54
child 163 1590a6dbf652
--- a/specs/stx-jv.rbspec	Wed Feb 01 23:19:29 2017 +0000
+++ b/specs/stx-jv.rbspec	Tue Mar 28 18:37:15 2017 +0100
@@ -14,7 +14,7 @@
   else        
     error_unsupported_platform()
   end
-  build = Jenkins::Build.new(%Q{https://swing.fit.cvut.cz/jenkins/job/stx_jv/lastSuccessfulBuild})
+  build = Jenkins::Build.new(%Q{https://swing.fit.cvut.cz/jenkins/job/stx_jv/lastStableBuild})
   platform = build_platform_id()
   build.artifacts.each do | artifact |    
     if (pattern =~ artifact.name) and (artifact.name.include? platform) then
@@ -127,9 +127,9 @@
       if PROJECT == 'stx:jv-branch' then  
         chdir BUILD_DIR / 'stx' / 'projects' / 'smalltalk' do
           if win32?
-            cmd = "smalltalk.bat -I --quick --eval \"Stdout nextPutLine:'OKay, VM runs'. Smalltalk exit: 0\""
+            cmd = "smalltalk.bat --abortOnSEGV -I --quick --eval \"Stdout nextPutLine:'OKay, VM runs'. Smalltalk exit: 0\""
           else
-            cmd = "./smalltalk -I --quick --eval \"Stdout nextPutLine:'OKay, VM runs'. Smalltalk exit: 0\""
+            cmd = "./smalltalk --abortOnSEGV -I --quick --eval \"Stdout nextPutLine:'OKay, VM runs'. Smalltalk exit: 0\""
           end
           if not system cmd
             raise Exception.new("Cannot run smalltalk!")