build: test-driver.scm: Allow running as a standalone script.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Sun, 17 Jan 2021 03:30:33 +0000 (22:30 -0500)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Mon, 1 Feb 2021 03:28:46 +0000 (22:28 -0500)
commit26a66d0feaab7626c4053071d5557394931fe14b
tree3e19c3ea6d9a05c7ad477e75fb31f8c8b2640c38
parent93a628c4e4f4a7f6665190f3c52a417daebaf28a
build: test-driver.scm: Allow running as a standalone script.

* build-aux/test-driver.scm: Add an exec-based shebang and set the script
executable bit.
(main): Insert a newline after the version string is printed with --version.
build-aux/test-driver.scm [changed mode: 0644->0755]