I have checked that tclsh8.5 and TclX work on osstest.test-lab (and
also osstest.xs.citrite.net). TclX seems to be provided by tcl8.4 but
work with tcl8.5 (at least on wheezy and jessie).
Deployment note: hosts running Debian wheezy (including
osstest.xs.citrite.net, the Citrix Cambridge instance), will need
OSSTEST_DAEMON_TCLSH=tclsh8.4 in ~/.xen-osstest/settings.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
- You need to install
sqlite3
- tcl8.4 tclx8.4 libsqlite3-tcl
+ tcl8.5 tclx8.4 libsqlite3-tcl
libdbi-perl libdbd-sqlite3-perl
pax rsync
curl
-#!/usr/bin/tclsh8.4
+#!/usr/bin/tclsh8.5
# -*- Tcl -*-
# usage: ./ms-ownerdaemon ... | logger
-#!/usr/bin/tclsh8.4
+#!/usr/bin/tclsh8.5
# -*- Tcl -*-
# usage: ./ms-queuedaemon ... | logger
-#!/usr/bin/tclsh8.4
+#!/usr/bin/tclsh8.5
# -*- Tcl -*-
# usage: ./ms-reportuptime
-#!/usr/bin/tclsh8.4
+#!/usr/bin/tclsh8.5
# -*- Tcl -*-
# usage: ./sg-execute-flight FLIGHT BLESSING
-#!/usr/bin/tclsh8.4
+#!/usr/bin/tclsh8.5
# This is part of "osstest", an automated testing framework for Xen.
# Copyright (C) 2009-2013 Citrix Inc.