| Test |
Duration |
Result |
| a detached HEAD without a branch argument exits with code 2 |
0.013s |
passed |
| a failed fetch only warns and the build continues from the last known origin state |
0.010s |
passed |
| a failing build exits with code 1 |
0.003s |
passed |
| a fragment without any match exits with code 2 |
0.006s |
passed |
| an ambiguous fragment lists the candidates and exits with code 2 |
0.011s |
passed |
| builds origin's head when the branch has new commits on origin |
0.006s |
passed |
| builds the current branch at its local head when no branch is given |
0.103s |
passed |
| resolves a unique branch-name fragment against local and origin branches |
0.239s |
passed |