Skip to content

Commit

Permalink
Test-16
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed Dec 5, 2024
1 parent eb4c956 commit 329ad02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions far/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 329ad02

Please sign in to comment.