Skip to content

Commit

Permalink
Remove all.sh and test.sh
Browse files Browse the repository at this point in the history
These have been replaced with all.py and test.py.

Change-Id: Ie203d8755b99049fff34ff860092b19ed64137e7
  • Loading branch information
joeyparrish committed Feb 3, 2016
1 parent 823fdd7 commit cecbf1b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ just a few small guidelines you need to follow.
functionality in your patch. For bug fixes, try to write a regression test
that fails without your patch and passes with it.

7. Test all changes in both the compiler and linter with ./build/all.sh.
7. Test all changes in both the compiler and linter with ./build/all.py.
Patches that do not compile or pass linter checks will not be accepted.

8. Test all changes in the unit and integration tests with ./build/test.sh.
8. Test all changes in the unit and integration tests with ./build/test.py.
Patches that do not pass unit and integration tests will not be accepted.

9. Finally, push the commits to your fork and submit a [pull request][].
Expand Down
20 changes: 0 additions & 20 deletions build/all.sh

This file was deleted.

6 changes: 0 additions & 6 deletions build/test.sh

This file was deleted.

0 comments on commit cecbf1b

Please sign in to comment.