Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"pass" and "tot" count error #3

Open
calio opened this issue Feb 21, 2014 · 2 comments
Open

"pass" and "tot" count error #3

calio opened this issue Feb 21, 2014 · 2 comments

Comments

@calio
Copy link

calio commented Feb 21, 2014

/bin/sh: 6: pass: not found
/bin/sh: 3: tot: not found
++ TEST [encode uInt8DefaultValueTest]
== PASS [encode uInt8DefaultValueTest]

/bin/sh: 6: pass: not found
/bin/sh: 3: tot: not found
++ TEST [encode constTest]
== PASS [encode constTest]

/bin/sh: 6: pass: not found
/bin/sh: 10: tot: not found
/home/calio/code/lua-capnproto/bin/lua-capnproto-test: 0/0 tests passsed (0 skipped).
make[1]: Leaving directory `/home/calio/code/capnp_test'

"make" I'm using:
$make -v
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for x86_64-pc-linux-gnu

@kaos
Copy link
Owner

kaos commented Feb 21, 2014

Oh, I guess this is dependent on which shell is being used by make..

I use bash.. so if you use something else and it fails, we'll need to tweak the Makefile so it's compatible across different shells.

@calio
Copy link
Author

calio commented Feb 21, 2014

OK, I think this is the reason: https://wiki.ubuntu.com/DashAsBinSh. Ubuntu uses dash as /bin/sh.

I changed it to bash, no more errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants