diff options
author | Aleksander Mistewicz <a.mistewicz@samsung.com> | 2018-04-06 16:17:46 +0200 |
---|---|---|
committer | Aleksander Mistewicz <a.mistewicz@samsung.com> | 2018-06-11 14:45:40 +0200 |
commit | c1f3829af612839de39f55c10d2c17e835b94fb0 (patch) | |
tree | c02af0a3c14a5497770396728ef13eef92a35314 | |
parent | 6bacaecb263a303469d64bb06739fa307cef4882 (diff) | |
download | major-master.tar.gz major-master.tar.bz2 major-master.zip |
Change-Id: Ie915cad5e4bf6587f2bb26b22a6583c96a6cc349
-rwxr-xr-x | tct/run/smoke_tests.sh | 4 |
1 files changed, 3 insertions, 1 deletions
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 |