mirror of
https://github.com/curl/curl.git
synced 2026-07-05 02:47:16 +03:00
tests: avoid infinite recursion for make check
The combination of a misspelled directory name and failing to check the
result of cd leads to infinite recursion as `make check` simply invokes
itself over and over.
Follow-up to 00887aee8c #18079
Closes #21378
This commit is contained in:
parent
6506693f0b
commit
759f2e5d97
1 changed files with 1 additions and 1 deletions
|
|
@ -81,4 +81,4 @@ clean-local:
|
|||
check: libtests
|
||||
|
||||
libtests:
|
||||
@(cd ../libtests; $(MAKE) check)
|
||||
@(cd ../libtest && $(MAKE) check)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue