Skip to content

Commit 69d0089

Browse files
committed
fix
1 parent 1fcde23 commit 69d0089

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

rewatch/tests/suite-ci.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,6 @@ git checkout ../testrepo/yarn.lock
2222
git checkout ../testrepo/package.json
2323
success "Reset package.json and yarn.lock"
2424

25-
26-
bold "Check if build exists"
27-
if test -f ../target/release/rewatch;
28-
then
29-
success "Build exists"
30-
else
31-
error "Build does not exist. Exiting..."
32-
exit 1
33-
fi
34-
3525
bold "Make sure the testrepo is clean"
3626
if git diff --exit-code ../testrepo &> diff.txt;
3727
then

0 commit comments

Comments
 (0)