On Mon, Nov 11, 2024 at 4:14 PM Nazir Bilal Yavuz <byavu...@gmail.com> wrote: > > Hi, > > Thanks for the feedback! > > On Mon, 11 Nov 2024 at 06:34, jian he <jian.universal...@gmail.com> wrote: > > > > hi. > > Actually, there is a difference compared to make. > > make works fine with many whitespaces. but meson you can only have one > > whitespace. > > > > meson test -C $BUILD7 --num-processes 20 --suite setup --verbose > > export TESTS="test_setup boolean char" > > > > meson test -C $BUILD7 --suite regress --verbose > > --it will fail. > > > > TESTS="copy jsonb" meson test -C $BUILD7 --suite regress --verbose > > --it will fail too. > > Yes, you are right. It is fixed now. > > > seems to need rebase, otherwise v4-0001 cannot use `git apply`. > > Done.
also played around with v5-0002, works fine. overall, v5-0001 and v5-0002 works as i expected.