We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd4ea1 commit a1eae32Copy full SHA for a1eae32
1 file changed
test/blackbox-tests/test-cases/watching/direct-promotion.t
@@ -11,9 +11,9 @@ The test expectedly fails (see errors at the end of this file)
11
$ build "(alias my_test)"
12
Failure
13
14
-Promotion works even with a running RPC server.
+Promotion happens on the running RPC server.
15
$ dune promote
16
- Promoting _build/default/my_test.t.corrected to my_test.t.
+ Success
17
18
19
Success
@@ -23,4 +23,5 @@ Promotion works even with a running RPC server.
23
Error: Files _build/default/my_test.t and _build/default/my_test.t.corrected
24
differ.
25
Had 1 error, waiting for filesystem changes...
26
+ Promoting _build/default/my_test.t.corrected to my_test.t.
27
Success, waiting for filesystem changes...
0 commit comments