From 97214f4d1a595daa68c1614f4b9a98834991191b Mon Sep 17 00:00:00 2001 From: jede Date: Mon, 4 Dec 2023 22:38:03 +0100 Subject: [PATCH] fix --- .github/workflows/main.yml | 3 ++- tests/unit_test/xopen.sub | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 tests/unit_test/xopen.sub diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 122fedc..4da1182 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -71,9 +71,10 @@ jobs: - name: Prepare environment for oricutron if: steps.cache-sdk.outputs.cache-hit != 'true' run: | - sudo apt-get install -y xvfb libgtk-3-0 libsdl1.2debian libsdl2-dev + sudo apt-get install -y xvfb libgtk-3-0 libsdl1.2debian libsdl1.2-dev git clone https://github.com/pete-gordon/oricutron.git cd oricutron && make && pwd && ls -l + echo Timeout oricutron : $TMOUT_ORICUTRON # - name: Compile orix-sdk diff --git a/tests/unit_test/xopen.sub b/tests/unit_test/xopen.sub new file mode 100644 index 0000000..74df7c0 --- /dev/null +++ b/tests/unit_test/xopen.sub @@ -0,0 +1,9 @@ +#! /bin/submit +# touch test XOPEN O_CREAT only +touch /toto +if exist /toto echo /toto is here OK +rm /toto +if not exist /toto echo /toto is removed + + +