Skip to content

Commit a1eae32

Browse files
committed
[RPC] Added a test showing the current promotion capabilities
Signed-off-by: Ambre Austen Suhamy <[email protected]>
1 parent fdd4ea1 commit a1eae32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/blackbox-tests/test-cases/watching/direct-promotion.t

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ The test expectedly fails (see errors at the end of this file)
1111
$ build "(alias my_test)"
1212
Failure
1313

14-
Promotion works even with a running RPC server.
14+
Promotion happens on the running RPC server.
1515
$ dune promote
16-
Promoting _build/default/my_test.t.corrected to my_test.t.
16+
Success
1717

1818
$ build "(alias my_test)"
1919
Success
@@ -23,4 +23,5 @@ Promotion works even with a running RPC server.
2323
Error: Files _build/default/my_test.t and _build/default/my_test.t.corrected
2424
differ.
2525
Had 1 error, waiting for filesystem changes...
26+
Promoting _build/default/my_test.t.corrected to my_test.t.
2627
Success, waiting for filesystem changes...

0 commit comments

Comments
 (0)