Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jopelima committed Oct 6, 2023
1 parent e0a7c8b commit 3a4e0d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crypto-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
cd ..
- name: run user-mode linux test harness
run: |
sudo ./linux initrd=uml-initramfs.cpio.gz
sudo ./linux initrd=uml-initramfs.cpio.gz 2>&1
- name: Setup upterm session
uses: lhotari/action-upterm@v1
1 change: 1 addition & 0 deletions zeta/init
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ echo "tcrypt: starting tcrypt test execution"

./test-script.sh

mkdir /proc
busybox mount proc /proc -t proc

busybox poweroff -f

0 comments on commit 3a4e0d5

Please sign in to comment.