diff options
Diffstat (limited to 'tct/run/smoke_tests.sh')
-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 |