Skip to content

Commit c6e1a06

Browse files
committed
Stop server before and after parameters test
1 parent ff41cf1 commit c6e1a06

File tree

1 file changed

+6
-0
lines changed
  • tests/test-dirs/parameters.t

1 file changed

+6
-0
lines changed

tests/test-dirs/parameters.t/run.t

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
The server might already be running, we kill it to make sure we start from a
2+
clean slate:
3+
$ $MERLIN server stop-server
4+
15
Check that merlin understands the `-parameter` flag.
26

37
$ query_file() {
@@ -518,3 +522,5 @@ Check that [basic.ml] no longer compiles:
518522
"message": "This expression has type unit but an expression was expected of type int"
519523
}
520524
]
525+
526+
$ $MERLIN server stop-server

0 commit comments

Comments
 (0)