tests: revert commitcloud-backup-sql tests to use legacy behavior.

Summary: These tests were broken in D27710099 (876f812e4b), but they show as passing unless run in a particular environment, so it went unnoticed. This change reverts the tests to use the pre- D27710099 (876f812e4b) behavior, which should unbreak them until they can be updated correctly.

Reviewed By: quark-zju

Differential Revision: D27756348

fbshipit-source-id: cfa6c12871b6ac0d22b8c70400e72b3ec5dd83a3
This commit is contained in:
Meyer Jacobs 2021-04-13 19:13:51 -07:00 committed by Facebook GitHub Bot
parent 5ccb70d00d
commit ca15d69cc0
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
> }
$ . "$TESTDIR/infinitepush/library.sh"
$ setupcommon
$ setconfig commitcloud.pushbackupbookmarks=true
With no configuration it should abort
$ hg init server

View File

@ -5,6 +5,7 @@
$ . "$TESTDIR/library.sh"
$ . "$TESTDIR/infinitepush/library.sh"
$ setupcommon
$ setconfig commitcloud.pushbackupbookmarks=true
$ mkcommit() {
> echo "$1" > "$1"
> hg add "$1"