Skip to content

Commit

Permalink
Commit tests/out directory to git
Browse files Browse the repository at this point in the history
The test suite will fail if the out folder does not exist.
This change makes it easier for a new contributor to clone the project
and see the tests run and pass.

Any files produced by tests into the tests/out directory
will still be ignored, but the directory itself will exist.
  • Loading branch information
Josh Holmer committed Dec 29, 2016
1 parent 39a7b27 commit 14ec307
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
@@ -1,3 +1,2 @@
target
Cargo.lock
tests/out/*
Cargo.lock
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -8,5 +8,4 @@ matrix:
- rust: nightly

before_script:
- sudo mkdir -p /home/travis/build/kosinix/raster/tests/out
- sudo chmod -R 0777 /home/travis/build/kosinix/raster/tests/
2 changes: 2 additions & 0 deletions tests/out/.gitignore
@@ -0,0 +1,2 @@
*
!.gitignore

0 comments on commit 14ec307

Please sign in to comment.