stubbed ghe-service-wait-mysql and fixed typo in other test file
This commit is contained in:
Родитель
dbffdeed00
Коммит
bb2f1b5723
|
@ -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"
|
Загрузка…
Ссылка в новой задаче