Make e2e pass on v4
This commit is contained in:
parent
16c89cec6f
commit
9b1bfc7a97
|
|
@ -315,7 +315,7 @@ git -C "$ROOT/subdir" init >/dev/null
|
||||||
GIT_SYNC \
|
GIT_SYNC \
|
||||||
--one-time \
|
--one-time \
|
||||||
--repo="file://$REPO" \
|
--repo="file://$REPO" \
|
||||||
--branch=master \
|
--branch=e2e-branch \
|
||||||
--rev=HEAD \
|
--rev=HEAD \
|
||||||
--root="$ROOT/subdir/root" \
|
--root="$ROOT/subdir/root" \
|
||||||
--link="link" \
|
--link="link" \
|
||||||
|
|
@ -340,7 +340,7 @@ echo "ref: refs/heads/nonexist" > "$ROOT/.git/HEAD"
|
||||||
GIT_SYNC \
|
GIT_SYNC \
|
||||||
--one-time \
|
--one-time \
|
||||||
--repo="file://$REPO" \
|
--repo="file://$REPO" \
|
||||||
--branch=master \
|
--branch=e2e-branch \
|
||||||
--rev="HEAD" \
|
--rev="HEAD" \
|
||||||
--root="$ROOT" \
|
--root="$ROOT" \
|
||||||
--link="link" \
|
--link="link" \
|
||||||
|
|
@ -354,7 +354,6 @@ pass
|
||||||
## FIXME: test when repo is valid git, but wrong remote
|
## FIXME: test when repo is valid git, but wrong remote
|
||||||
## FIXME: test when repo is valid git, but not ar ref we need
|
## FIXME: test when repo is valid git, but not ar ref we need
|
||||||
## FIXME: test when repo is valid git, and is already correct
|
## FIXME: test when repo is valid git, and is already correct
|
||||||
exit 42
|
|
||||||
|
|
||||||
##############################################
|
##############################################
|
||||||
# Test default syncing (master)
|
# Test default syncing (master)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue