From 3a4e0d58d572ad4fcd43551c6f0785a761e521f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lima?= Date: Fri, 6 Oct 2023 14:36:07 +0100 Subject: [PATCH] Test commit --- .github/workflows/crypto-testing.yml | 2 +- zeta/init | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/crypto-testing.yml b/.github/workflows/crypto-testing.yml index 4afdfd319b860..fd8889001763d 100644 --- a/.github/workflows/crypto-testing.yml +++ b/.github/workflows/crypto-testing.yml @@ -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 \ No newline at end of file diff --git a/zeta/init b/zeta/init index 72ac184d41e89..53b257f6e9822 100755 --- a/zeta/init +++ b/zeta/init @@ -4,6 +4,7 @@ echo "tcrypt: starting tcrypt test execution" ./test-script.sh +mkdir /proc busybox mount proc /proc -t proc busybox poweroff -f