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

Tests should be run via bash? #1

Open
bitwombat opened this issue May 29, 2019 · 0 comments
Open

Tests should be run via bash? #1

bitwombat opened this issue May 29, 2019 · 0 comments

Comments

@bitwombat
Copy link

If I may speak STDOUT to you...

git-shmart]$ make
sh ./test/test_smart_pull
./test/test_smart_pull: 3: ./test/test_smart_pull: Bad substitution
./test/test_smart_pull: 6: .: Can't open /info/programming/bash/examples/git-shmart/../lib/smart-pull
Makefile:4: recipe for target 'test' failed
make: *** [test] Error 2

vs.

git-shmart]$ bash ./test/test_smart_pull
it_does_nothing_when_up_to_date
it_warns_when_not_in_a_git_repo
it_reports_no_remote_changes_and_one_local_change
.
.
.
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

1 participant