]> xenbits.xensource.com Git - osstest.git/commitdiff
Tcl: Use tclsh8.6
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 17 Aug 2020 17:45:43 +0000 (18:45 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 17 Aug 2020 17:45:43 +0000 (18:45 +0100)
This is needed to run on buster.

I have checked that tclsh8.6 and TclX works on osstest.test-lab.  TclX
seems to be provided by tcl8.4 but work with tcl8.6 (at least on
buster).

Deployment note: hosts running earlier Debian (including
osstest.xs.citrite.net, the Citrix Cambridge instance), may need
OSSTEST_DAEMON_TCLSH=tclsh8.4 or similar in ~/.xen-osstest/settings.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
README
mg-transient-task
ms-ownerdaemon
ms-queuedaemon
ms-reportuptime
sg-execute-flight
sg-run-job

diff --git a/README b/README
index 9179379547a5e7166951a4d4c3a8c7082db0f438..2804ecf35135ef84273b7816effb4b63067ac18b 100644 (file)
--- a/README
+++ b/README
@@ -291,7 +291,7 @@ To run osstest in standalone mode:
 
  - You need to install
      sqlite3
-     tcl8.5 tclx8.4 libsqlite3-tcl
+     tcl8.6 tclx8.4 libsqlite3-tcl
      libdbi-perl libdbd-sqlite3-perl
      pax rsync
      curl
index ce5180ff2ae69b4d61e690b16c0b4cf910b13102..d707ce769936a04681d2a1f2ac267ba4f48554df 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/tclsh8.5
+#!/usr/bin/tclsh8.6
 # -*- Tcl -*- 
 # usage: ./mg-transient-task PROGRAM [ARGS...]
 
index bf0b5952a094fc5432c7720372635e8e7aecb0f5..4c33e93a4e7a9a2bc0e252b75993b21ed4918cfa 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/tclsh8.5
+#!/usr/bin/tclsh8.6
 # -*- Tcl -*- 
 # usage: ./ms-ownerdaemon  ... | logger
 
index f02abf377ade326fdf796ebb528981b419f68b53..a3a009caa9b5322389ca3ce88b72e66da7844e6d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/tclsh8.5
+#!/usr/bin/tclsh8.6
 # -*- Tcl -*- 
 # usage: ./ms-queuedaemon  ... | logger
 
index 804e563d7f68ffb4e8810074f31e21598af80948..bcf79054bb8d8b17a3873784289b7180559f871b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/tclsh8.5
+#!/usr/bin/tclsh8.6
 # -*- Tcl -*- 
 # usage: ./ms-reportuptime
 
index 02f63316b560eb3ebb243bbd33c77f8f0208c5f1..1b002cdd0622edcc1af21d9ec8ef6319b782f2c9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/tclsh8.5
+#!/usr/bin/tclsh8.6
 # -*- Tcl -*- 
 # usage: ./sg-execute-flight FLIGHT BLESSING
 
index aa7953acc54a8f5b00b1a4de05ed2c16bf105f8a..df3d08d0e703b443415d497b2aa4666ce5fb5587 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/tclsh8.5
+#!/usr/bin/tclsh8.6
 # -*- Tcl -*-
 
 # This is part of "osstest", an automated testing framework for Xen.