From c1f3829af612839de39f55c10d2c17e835b94fb0 Mon Sep 17 00:00:00 2001 From: Aleksander Mistewicz Date: Fri, 6 Apr 2018 16:17:46 +0200 Subject: [PATCH] Add /etc/os-release to smoke tests results Change-Id: Ie915cad5e4bf6587f2bb26b22a6583c96a6cc349 --- tct/run/smoke_tests.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tct/run/smoke_tests.sh b/tct/run/smoke_tests.sh index 127c052..ca8b05c 100755 --- a/tct/run/smoke_tests.sh +++ b/tct/run/smoke_tests.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved +# Copyright (c) 2016, 2018 Samsung Electronics Co., Ltd All Rights Reserved # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,6 +18,8 @@ OPT_CRASH_PATH="/opt/usr/share/crash" SYS_RESULT_TMP="$(mktemp)" +cat /etc/os-release + grep "Build=" /etc/info.ini # Force crash-worker to create reports killall dump_systemstate -- 2.7.4