[LTP] [PATCH v2 2/3] ver_linux: Add lsb_release -a
Petr Vorel
pvorel@suse.cz
Thu Jan 3 14:26:06 CET 2019
Signed-off-by: Petr Vorel <pvorel@suse.cz>
Reviewed-by: Li Wang <liwang@redhat.com>
Acked-by: Cyril Hrubis <chrubis@suse.cz>
---
ver_linux | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/ver_linux b/ver_linux
index bbc89987b..f083c0df8 100755
--- a/ver_linux
+++ b/ver_linux
@@ -19,6 +19,10 @@ if [ $? = 1 ]; then
echo '/etc/issue:'
cat /etc/issue 2> /dev/null
fi
+if [ $? = 1 ]; then
+ echo 'lsb_release -a'
+ lsb_release -a 2> /dev/null
+fi
echo
echo 'uname:'
--
2.19.2
More information about the ltp
mailing list