Skip to content

Commit

Permalink
Fix secret tests for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterDA committed Oct 13, 2022
1 parent 4320dd7 commit 1726d29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -667,11 +667,11 @@ let test_secrets_simple _switch () =
Alcotest.(check build_result) "Final result" (Ok "base-distro\nrunner") result;
Log.check "Check b log"
{| (from base)
;---> saved as .*
;---> saved as ".*"
/: (run (secrets (test (target /testsecret)) (test2 (target /run/secrets/test2)))
........(shell Append))
[ ]+(shell Append))
Append
;---> saved as .*
;---> saved as ".*"
|}
log;
Lwt.return_unit
Expand Down

0 comments on commit 1726d29

Please sign in to comment.