Message ID | 1467819074-16310-2-git-send-email-ian.jackson@eu.citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/README b/README index 0a346dc..3aa35d2 100644 --- a/README +++ b/README @@ -246,7 +246,7 @@ To run osstest in standalone mode: - 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 diff --git a/ms-ownerdaemon b/ms-ownerdaemon index 33ee238..5b52339 100755 --- a/ms-ownerdaemon +++ b/ms-ownerdaemon @@ -1,4 +1,4 @@ -#!/usr/bin/tclsh8.4 +#!/usr/bin/tclsh8.5 # -*- Tcl -*- # usage: ./ms-ownerdaemon ... | logger diff --git a/ms-queuedaemon b/ms-queuedaemon index 2b8d621..8affacc 100755 --- a/ms-queuedaemon +++ b/ms-queuedaemon @@ -1,4 +1,4 @@ -#!/usr/bin/tclsh8.4 +#!/usr/bin/tclsh8.5 # -*- Tcl -*- # usage: ./ms-queuedaemon ... | logger diff --git a/ms-reportuptime b/ms-reportuptime index aeac483..fe72b78 100755 --- a/ms-reportuptime +++ b/ms-reportuptime @@ -1,4 +1,4 @@ -#!/usr/bin/tclsh8.4 +#!/usr/bin/tclsh8.5 # -*- Tcl -*- # usage: ./ms-reportuptime diff --git a/sg-execute-flight b/sg-execute-flight index 4e3fcf2..27fc04c 100755 --- a/sg-execute-flight +++ b/sg-execute-flight @@ -1,4 +1,4 @@ -#!/usr/bin/tclsh8.4 +#!/usr/bin/tclsh8.5 # -*- Tcl -*- # usage: ./sg-execute-flight FLIGHT BLESSING diff --git a/sg-run-job b/sg-run-job index 8b2d5e1..920834a 100755 --- a/sg-run-job +++ b/sg-run-job @@ -1,4 +1,4 @@ -#!/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.
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). Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com> CC: Wei Liu <wei.liu2@citrix.com> --- README | 2 +- ms-ownerdaemon | 2 +- ms-queuedaemon | 2 +- ms-reportuptime | 2 +- sg-execute-flight | 2 +- sg-run-job | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-)