aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWu Hehe <hehex.wu@intel.com>2019-06-20 11:29:36 +0800
committerPhilip Li <philip.li@intel.com>2019-06-20 14:30:43 +0800
commit24f9b4b7a76e3566fb001ff9c872aefb882ffd36 (patch)
treeb44e5f37d7583cebdfdcf04e5216a6b235edcaf0
parentd26288e4ac40b0f7f0938b73ab629641ab8db3dc (diff)
downloadlkp-tests-24f9b4b7a76e3566fb001ff9c872aefb882ffd36.tar.gz
bin/post-run: support rhel-7.6-gcov
Signed-off-by: Wu Hehe <hehex.wu@intel.com> Signed-off-by: Philip Li <philip.li@intel.com>
-rwxr-xr-xbin/post-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/post-run b/bin/post-run
index ea23334f..38dc5c19 100755
--- a/bin/post-run
+++ b/bin/post-run
@@ -192,7 +192,7 @@ copy_time_files || ps faux --cols 1000 2>/dev/null > $RESULT_ROOT/time-debug ||
copy_results
-[ "$kconfig" = "x86_64-rhel-7.2-gcov" -o "$kconfig" = "x86_64-rhel-7.2-clear-gcov" ] && [ -d /sys/kernel/debug/gcov ] && {
+[ "$kconfig" = "x86_64-rhel-7.6-gcov" -o "$kconfig" = "x86_64-rhel-7.2-gcov" -o "$kconfig" = "x86_64-rhel-7.2-clear-gcov" ] && [ -d /sys/kernel/debug/gcov ] && {
$LKP_SRC/tools/gather-gcov-test $TMP/gcov-test.tar.gz
upload_files $TMP/gcov-test.tar.gz
}