Skip to content

Commit

Permalink
Merge branch 'latex-doc' of https://github.com/giltho/dune into latex…
Browse files Browse the repository at this point in the history
…-doc

Signed-off-by: Sacha Ayoun <sachaayoun@gmail.com>
  • Loading branch information
giltho committed Feb 17, 2022
1 parent 6f93c87 commit d0f9d34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions test/blackbox-tests/test-cases/directory-targets/copy-files.t
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ Copy from a generated directory somewhere else
Error: Cannot find directory: a/foo
[1]

$ ls _build/default/b
ls: cannot access '_build/default/b': No such file or directory
[2]
$ dir="_build/default/b"
$ if [ -d $dir ]; then echo "$dir exists"; else echo "$dir does not exist"; fi
_build/default/b does not exist
4 changes: 3 additions & 1 deletion test/expect-tests/fsevents/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
(name fsevents_tests)
(inline_tests
(enabled_if
(= %{system} macosx))
(and
(<> %{env:CI=false} true)
(= %{system} macosx)))
(deps
(sandbox always)))
(libraries
Expand Down

0 comments on commit d0f9d34

Please sign in to comment.