stubbed ghe-service-wait-mysql and fixed typo in other test file

This commit is contained in:
Ashish Keshan 2020-08-17 10:35:17 -07:00
Родитель dbffdeed00
Коммит bb2f1b5723
2 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Usage: ghe-es-snapshot
# Emulates the remote GitHub ghe-service-ensure-mysql command. Tests use this
# Emulates the remote GitHub ghe-service-es-mysql command. Tests use this
# to assert that the command was executed.
set -e
echo "ghe-es-snapshot OK"

Просмотреть файл

@ -0,0 +1,6 @@
#!/usr/bin/env bash
# Usage: ghe-service-wait-mysql
# Emulates the remote GitHub ghe-service-wait-mysql command. Tests use this
# to assert that the command was executed.
set -e
echo "ghe-service-wait-mysql OK"