Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Pretty print progress in gh
Browse files Browse the repository at this point in the history
  • Loading branch information
baluchicken committed May 9, 2024
1 parent 6282288 commit 53b97d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_helper/common.bash
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ setup_file() {

_run_kernel_modul() {
if $ktls_in_use; then
echo '# Running tests with ktls' >&3
sudo modprobe tls
sudo modprobe camblet dyndbg==_ ktls_available=1
else
echo '# Running tests with non-ktls' >&3
sudo rmmod tls
sudo modprobe camblet dyndbg==_ ktls_available=0
fi
Expand Down

0 comments on commit 53b97d4

Please sign in to comment.