summaryrefslogtreecommitdiffstats
path: root/t_client.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* More t_client.sh updates - exit with SKIP when we want to skipDavid Sommerseth2010-10-211-3/+3
| | | | | | | | Several places we exited with 0 instead of 77 when we want to indicate that we should skip this test. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> Acked-by: Gert Doering <gert@greenie.muc.de>
* Test framework improvment - Do not FAIL if t_client.rc is missingDavid Sommerseth2010-10-211-10/+10
| | | | | | | | This is to avoid 'make check' fail if this extra test case is not configured. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> Acked-by: Gert Doering <gert@greenie.muc.de>
* Build t_client.sh by configure at run-time.Gert Doering2010-10-211-0/+298
This is now built using "configure", knows how to find "ip", "ifconfig" and "netstat" (configure does the work :-) ), *and* has been tested on Solaris (works!). extend configure.ac to find "netstat" binary and to chmod +x "t_client.sh" Signed-off-by: Gert Doering <gert@greenie.muc.de> Acked-by: David Sommerseth <dazo@users.sourceforge.net> Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>