Skip to content

Commit

Permalink
update integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Mar 12, 2024
1 parent ffc2bbf commit d50fb03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions turborepo-tests/integration/tests/run-summary/error.t
Expand Up @@ -20,6 +20,7 @@ Validate that there was a failed task and exitCode is 1 (which is what we get fr
"success": 0,
"failed": 1,
"cached": 0,
"cachedRemote": 0,
"attempted": 1,
"startTime": [0-9]+, (re)
"endTime": [0-9]+, (re)
Expand Down Expand Up @@ -102,6 +103,7 @@ success should be 1, and attempted should be 2
"success": 1,
"failed": 1,
"cached": 0,
"cachedRemote": 0,
"attempted": 2,
"startTime": [0-9]+, (re)
"endTime": [0-9]+, (re)
Expand Down
Expand Up @@ -19,6 +19,7 @@ Check
[
"attempted",
"cached",
"cachedRemote",
"command",
"endTime",
"exitCode",
Expand Down Expand Up @@ -130,6 +131,7 @@ Check Rust implementation
[
"attempted",
"cached",
"cachedRemote",
"command",
"endTime",
"exitCode",
Expand Down

0 comments on commit d50fb03

Please sign in to comment.