You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this patch, four kinds of tests are triggered when there is a
pull request created in a Github kdump-uitls repo,
- format check using shfmt
- static analysis using shellcheck
- ShellSpec unit tests (test cases in spec/)
- integration tests (tests cases in tests/)
Signed-off-by: Coiby Xu <[email protected]>
echo"Failed to find built kdump-utils rpm ($rpm_path doesn't eixst)"
28
+
fi
29
+
30
+
cd tests && tmt run --environment CUSTOM_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/fedora --environment KDUMP_UTILS_RPM="$rpm_path" -a provision -h virtual -i fedora:"$fedora_version"
0 commit comments