[functional-tests] get the version string from VERSION
This commit is contained in:
parent
3a8c42e2d9
commit
7d79a93566
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user