Skip to content

Commit f348a2b

Browse files
committed
fix e2e
1 parent 8c8d3f9 commit f348a2b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
# Runtime directory (created at runtime, not tracked in VCS)
1919
.renamify/
2020

21+
# Dir for e2e tests
22+
renamify-e2e-test/
23+
2124
# Cloned source for reference
2225
ripgrep-source/
2326

scripts/e2e-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ git clone . "$WORKDIR"
3737
cd "$WORKDIR"
3838

3939
# Make ripgrep respect the same ignores as the tool
40-
cp .rfignore .rgignore
40+
cp .rnignore .rgignore
4141
echo .rgignore >> .git/info/exclude
4242

4343
# Make sure working directory is clean before we start

0 commit comments

Comments
 (0)