Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremie Dimino <[email protected]>
  • Loading branch information
jeremiedimino committed Mar 18, 2020
1 parent cf8fb94 commit fb86294
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ reinstall: uninstall install
clean:
dune clean

.PHONY: default install uninstall reinstall clean
.PHONY: default install uninstall reinstall clean test
15 changes: 14 additions & 1 deletion test/tests.ml
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,17 @@ let%expect_test _ =
; "take a break from your keyboard"
; "clear your head and try again"
]
] ))
] ));
[%expect {|
Error: something went wrong!
Here are a few things you can do:
- read the documentation, double check the way you are using this software to
make sure you are not doing something wrong, and hopefully fix the problem
on your side and move on
- strace furiously the program to try and understand why exactly it is trying
to do what it is doing
- report an issue upstream
- if all else fails
- scream loudly at your computer
- take a break from your keyboard
- clear your head and try again |}]

0 comments on commit fb86294

Please sign in to comment.