|
From: | Jacob Bachmeyer |
Subject: | Supporting --version in dejagnu(1) multi-launcher |
Date: | Wed, 14 Nov 2018 22:15:38 -0600 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.22) Gecko/20090807 MultiZilla/1.8.3.4e SeaMonkey/1.1.17 Mnenhy/0.7.6.0 |
If so, I can have the launcher locate runtest.exp and grep it for "^set frame_version" instead of adding another copy of the DejaGnu version. (The commands will be installed parallel to runtest.exp in a "commands" directory.) Handling --version in the launcher avoids each command needing to support it.
The existing code seems to make this assumption -- the runtest shell script carries no version information and simply passes --version on to runtest.exp.
-- Jacob
[Prev in Thread] | Current Thread | [Next in Thread] |