Skip to content

Commit

Permalink
Promote expected test change
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Kubica <marek@tarides.com>
  • Loading branch information
Leonidas-from-XIV committed Aug 8, 2024
1 parent e38a227 commit 980a561
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions test/expect-tests/dune_config_file/dune_config_test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ let%expect_test "cache-check-probability 0.1" =
; concurrency = Fixed 1
; terminal_persistence = Clear_on_rebuild
; sandboxing_preference = []
; cache_enabled = Disabled
; cache_enabled = Enabled
; cache_user_rules = Disabled
; cache_reproducibility_check = Check_with_probability 0.1
; cache_storage_mode = None
; cache_storage_mode = Some Hardlink
; action_stdout_on_success = Print
; action_stderr_on_success = Print
; experimental = []
Expand All @@ -40,7 +41,8 @@ let%expect_test "cache-storage-mode copy" =
; concurrency = Fixed 1
; terminal_persistence = Clear_on_rebuild
; sandboxing_preference = []
; cache_enabled = Disabled
; cache_enabled = Enabled
; cache_user_rules = Disabled
; cache_reproducibility_check = Skip
; cache_storage_mode = Some Copy
; action_stdout_on_success = Print
Expand All @@ -58,7 +60,8 @@ let%expect_test "cache-storage-mode hardlink" =
; concurrency = Fixed 1
; terminal_persistence = Clear_on_rebuild
; sandboxing_preference = []
; cache_enabled = Disabled
; cache_enabled = Enabled
; cache_user_rules = Disabled
; cache_reproducibility_check = Skip
; cache_storage_mode = Some Hardlink
; action_stdout_on_success = Print
Expand Down

0 comments on commit 980a561

Please sign in to comment.