Skip to content

Commit ebe4dad

Browse files
committed
Remove -r
1 parent c6e07b4 commit ebe4dad

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

dev-packages/browser-integration-tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ run:
55
echo "Error: fzf is required. Install with: brew install fzf"; \
66
exit 1; \
77
fi
8-
@find . -name test.ts | sed -e 's|^\./suites/||' -e 's|/test\.ts$$||' | fzf --height=10 --layout=reverse --border=rounded --margin=1.5% --color=dark --prompt="yarn test " | xargs -r yarn test
8+
@find . -name test.ts | sed -e 's|^\./suites/||' -e 's|/test\.ts$$||' | fzf --height=10 --layout=reverse --border=rounded --margin=1.5% --color=dark --prompt="yarn test " | xargs yarn test
99

dev-packages/e2e-tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ run:
55
echo "Error: fzf is required. Install with: brew install fzf"; \
66
exit 1; \
77
fi
8-
@ls test-applications | fzf --height=10 --layout=reverse --border=rounded --margin=1.5% --color=dark --prompt="yarn test:run " | xargs -r yarn test:run
8+
@ls test-applications | fzf --height=10 --layout=reverse --border=rounded --margin=1.5% --color=dark --prompt="yarn test:run " | xargs yarn test:run
99

1010
list:
1111
@ls test-applications

dev-packages/node-core-integration-tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ run:
55
echo "Error: fzf is required. Install with: brew install fzf"; \
66
exit 1; \
77
fi
8-
@find . -name test.ts | sed -e 's|^\./suites/||' -e 's|/test\.ts$$||' | fzf --height=10 --layout=reverse --border=rounded --margin=1.5% --color=dark --prompt="yarn test " | xargs -r yarn test
8+
@find . -name test.ts | sed -e 's|^\./suites/||' -e 's|/test\.ts$$||' | fzf --height=10 --layout=reverse --border=rounded --margin=1.5% --color=dark --prompt="yarn test " | xargs yarn test
99

dev-packages/node-integration-tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ run:
55
echo "Error: fzf is required. Install with: brew install fzf"; \
66
exit 1; \
77
fi
8-
@find . -name test.ts | sed -e 's|^\./suites/||' -e 's|/test\.ts$$||' | fzf --height=10 --layout=reverse --border=rounded --margin=1.5% --color=dark --prompt="yarn test " | xargs -r yarn test
8+
@find . -name test.ts | sed -e 's|^\./suites/||' -e 's|/test\.ts$$||' | fzf --height=10 --layout=reverse --border=rounded --margin=1.5% --color=dark --prompt="yarn test " | xargs yarn test
99

0 commit comments

Comments
 (0)