diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 4d823fab6..600e21a59 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -66,4 +66,5 @@ jobs: - name: Test plugin luamacro working-directory: ${{github.workspace}}/build/install shell: bash - run: ./far2m --tty lm:test + run: FAR_STD=- ./far2m lm:test + # run: ./far2m --tty lm:test diff --git a/far/src/main.cpp b/far/src/main.cpp index 34f57de2c..f9756f575 100644 --- a/far/src/main.cpp +++ b/far/src/main.cpp @@ -360,8 +360,6 @@ static unsigned int gMainThreadID; int FarAppMain(int argc, char **argv) { - exit(10); - // avoid killing process due to broker terminated unexpectedly signal(SIGPIPE, SIG_IGN);