Issue 7245 in pharo: Fix Windows VM launch

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 7245 in pharo: Fix Windows VM launch

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Bug Target-Jenkins

New issue 7245 by [hidden email]: Fix Windows VM launch
http://code.google.com/p/pharo/issues/detail?id=7245

Windows builds currently fail on the jenkins server due to some  
bash/scripting bugs


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7245 in pharo: Fix Windows VM launch

pharo

Comment #1 on issue 7245 by [hidden email]: Fix Windows VM launch
http://code.google.com/p/pharo/issues/detail?id=7245

diff --git a/pharo-shell-scripts/ci/ciCogVM.sh  
b/pharo-shell-scripts/ci/ciCogVM.sh
index 56d5807..2f48436 100755
--- a/pharo-shell-scripts/ci/ciCogVM.sh
+++ b/pharo-shell-scripts/ci/ciCogVM.sh
@@ -67,8 +67,6 @@ set -f
  echo -n \"\$DIR\"/\"$PHARO_VM\" >> vm.sh
  if [ "$OS" == "linux" ]; then
      echo -n " -vm-display-null " >> vm.sh
-elif [ "$OS" == "win" ]; then
-    echo -n " -nodisplay" >> vm.sh
  else
      echo -n " -headless" >> vm.sh
  fi
diff --git a/pharo-shell-scripts/ci/ciNBCogVM.sh  
b/pharo-shell-scripts/ci/ciNBCogVM.sh
index d838871..ca3b969 100755
--- a/pharo-shell-scripts/ci/ciNBCogVM.sh
+++ b/pharo-shell-scripts/ci/ciNBCogVM.sh
@@ -67,8 +67,6 @@ set -f
  echo -n \"\$DIR\"/\"$PHARO_VM\" >> vm.sh
  if [ "$OS" == "linux" ]; then
      echo -n " -vm-display-null " >> vm.sh
-elif [ "$OS" == "win" ]; then
-    echo -n " -nodisplay " >> vm.sh
  else
      echo -n " -headless " >> vm.sh
  fi
diff --git a/pharo-shell-scripts/ci/ciPharoVM.sh  
b/pharo-shell-scripts/ci/ciPharoVM.sh
index e0be4a6..dc51bce 100755
--- a/pharo-shell-scripts/ci/ciPharoVM.sh
+++ b/pharo-shell-scripts/ci/ciPharoVM.sh
@@ -69,8 +69,6 @@ set -f
  echo -n \"\$DIR\"/\"$PHARO_VM\" >> vm.sh
  if [ "$OS" == "linux" ]; then
      echo -n " -vm-display-null " >> vm.sh
-elif [ "$OS" == "win" ]; then
-    echo -n " -nodisplay" >> vm.sh
  else
      echo -n " -headless" >> vm.sh
  fi
diff --git a/pharo-shell-scripts/ci/ciRizelVM.sh  
b/pharo-shell-scripts/ci/ciRizelVM.sh
index 5a9fe0c..a630cb9 100755
--- a/pharo-shell-scripts/ci/ciRizelVM.sh
+++ b/pharo-shell-scripts/ci/ciRizelVM.sh
@@ -70,8 +70,6 @@ set -f
  echo -n \"\$DIR\"/\"$PHARO_VM\" >> vm.sh
  if [ "$OS" == "linux" ]; then
      echo -n " -vm-display-null " >> vm.sh
-elif [ "$OS" == "win" ]; then
-    echo -n " -nodisplay" >> vm.sh
  else
      echo -n " -headless" >> vm.sh
  fi



_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7245 in pharo: Fix Windows VM launch

pharo
Updates:
        Status: Duplicate
        Mergedinto: 7232

Comment #2 on issue 7245 by [hidden email]: Fix Windows VM launch
http://code.google.com/p/pharo/issues/detail?id=7245

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker