talent-plan / tinysql

A course to build the SQL layer of a distributed database.
Apache License 2.0
1.72k stars 523 forks source link

Makefile error causes the target test-proj4-1,test-proj4-2 fails #128

Closed yanguwan closed 2 years ago

yanguwan commented 2 years ago

roger@192 tinysql-course % make test-proj4-1 pwd /Users/roger/Downloads/pichunying/tinysql-course cd planner/core && \ go test -check.f TestPredicatePushDown && \

/bin/sh: -c: line 1: syntax error: unexpected end of file make: *** [test-proj4-1] Error 2

yanguwan commented 2 years ago

there is a typo ending in the content of the build target test-proj4-1,test-proj4-2

&& \

yanguwan commented 2 years ago

https://github.com/tidb-incubator/tinysql/pull/129