diff --git a/.github/workflows/crypto-testing.yml b/.github/workflows/crypto-testing.yml index eda543bbd8472..5f54d9f28df44 100644 --- a/.github/workflows/crypto-testing.yml +++ b/.github/workflows/crypto-testing.yml @@ -33,7 +33,7 @@ jobs: cd .. - name: run user-mode linux test harness run: | - sudo ./linux initrd=uml-initramfs.cpio.gz | tee tcrypt.out + sudo ./linux initrd=uml-initramfs.cpio.gz > tcrypt.out 2>&1 shell: bash - name: Setup upterm session uses: lhotari/action-upterm@v1 \ No newline at end of file