Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremie Dimino <jdimino@janestreet.com>
  • Loading branch information
Jeremie Dimino committed Jun 1, 2018
1 parent d8dee81 commit 9b0c72a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions test/blackbox-tests/test-cases/custom-build-dir/run.t
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
$ jbuilder build foo --build-dir _foobar/ && find _foobar | LANG=C sort
$ jbuilder build foo --build-dir _foobar/ && find _foobar | grep -v '/[.]' | LANG=C sort
_foobar
_foobar/.db
_foobar/.digest-db
_foobar/.to-delete-in-source-tree
_foobar/.universe-state
_foobar/default
_foobar/default/foo
_foobar/log
Expand Down Expand Up @@ -32,12 +28,8 @@ Maybe this case should be supported?
Test with build directory being an absolute path

$ X=$PWD/build; cd project && jbuilder build foo --build-dir $X
$ find build | LANG=C sort
$ find build | grep -v '/[.]' | LANG=C sort
build
build/.db
build/.digest-db
build/.to-delete-in-source-tree
build/.universe-state
build/default
build/default/foo
build/log
Expand Down

0 comments on commit 9b0c72a

Please sign in to comment.