[functional-tests] get the version string from VERSION

This commit is contained in:
Joe Thornber 2017-10-10 11:44:05 +01:00
parent 3a8c42e2d9
commit 7d79a93566

View File

@ -183,8 +183,11 @@
;;-----------------------------------------------
;; FIXME: don't hard code this
(define tools-version "0.7.3")
(define tools-version
(chomp
(with-input-from-file "../VERSION"
(lambda ()
(get-line (current-input-port))))))
(define (tool-name sym)
(define (to-underscore c)