Skip to content

Commit

Permalink
fix test output
Browse files Browse the repository at this point in the history
Summary: Not sure why this wasn't red signal on D64218698 but let's fix it.

Reviewed By: gustavoavena

Differential Revision: D64322665

fbshipit-source-id: 4aa18ed5f339e2f10e50d619e30fa9fd9e34bade
  • Loading branch information
mitrandir77 authored and facebook-github-bot committed Oct 14, 2024
1 parent 87987d2 commit 8c83254
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@
$ git_client push origin master_bookmark branch_ffonly --force
To https://localhost:$LOCAL_PORT/repos/git/ro/repo.git
e8615d6..60fb9c7 master_bookmark -> master_bookmark
! [remote rejected] branch_ffonly -> branch_ffonly (Non fast-forward bookmark move of 'heads/branch_ffonly' from eb95862bb5d5c295844706cbb0d0e56fee405f5c to 3ea0687e31d7b65429c774526728dba90cbaabc0)
! [remote rejected] branch_ffonly -> branch_ffonly (Non fast-forward bookmark move of 'heads/branch_ffonly' from eb95862bb5d5c295844706cbb0d0e56fee405f5c to 3ea0687e31d7b65429c774526728dba90cbaabc0

For more information about hooks and bypassing, refer https://fburl.com/wiki/mb4wtk1j)
error: failed to push some refs to 'https://localhost:$LOCAL_PORT/repos/git/ro/repo.git'
[1]

Expand All @@ -83,4 +85,4 @@

# Verify the push validation errors got recorded in scuba
$ jq -S .normal "$SCUBA" | grep validation
"push_validation_errors": "refs/heads/branch_ffonly => Non fast-forward bookmark move of 'heads/branch_ffonly' from eb95862bb5d5c295844706cbb0d0e56fee405f5c to 3ea0687e31d7b65429c774526728dba90cbaabc0\n",
"push_validation_errors": "refs/heads/branch_ffonly => Non fast-forward bookmark move of 'heads/branch_ffonly' from eb95862bb5d5c295844706cbb0d0e56fee405f5c to 3ea0687e31d7b65429c774526728dba90cbaabc0\n\nFor more information about hooks and bypassing, refer https://fburl.com/wiki/mb4wtk1j\n",

0 comments on commit 8c83254

Please sign in to comment.