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>
- 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
-#!/usr/bin/tclsh8.5
+#!/usr/bin/tclsh8.6
# -*- Tcl -*-
# usage: ./mg-transient-task PROGRAM [ARGS...]
-#!/usr/bin/tclsh8.5
+#!/usr/bin/tclsh8.6
# -*- Tcl -*-
# usage: ./ms-ownerdaemon ... | logger
-#!/usr/bin/tclsh8.5
+#!/usr/bin/tclsh8.6
# -*- Tcl -*-
# usage: ./ms-queuedaemon ... | logger
-#!/usr/bin/tclsh8.5
+#!/usr/bin/tclsh8.6
# -*- Tcl -*-
# usage: ./ms-reportuptime
-#!/usr/bin/tclsh8.5
+#!/usr/bin/tclsh8.6
# -*- Tcl -*-
# usage: ./sg-execute-flight FLIGHT BLESSING
-#!/usr/bin/tclsh8.5
+#!/usr/bin/tclsh8.6
# -*- Tcl -*-
# This is part of "osstest", an automated testing framework for Xen.