Skip to content

Commit bb2f1b5

Browse files
committed
stubbed ghe-service-wait-mysql and fixed typo in other test file
1 parent dbffdee commit bb2f1b5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

test/bin/ghe-es-snapshot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
# Usage: ghe-es-snapshot
3-
# Emulates the remote GitHub ghe-service-ensure-mysql command. Tests use this
3+
# Emulates the remote GitHub ghe-service-es-mysql command. Tests use this
44
# to assert that the command was executed.
55
set -e
66
echo "ghe-es-snapshot OK"

test/bin/ghe-service-wait-mysql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env bash
2+
# Usage: ghe-service-wait-mysql
3+
# Emulates the remote GitHub ghe-service-wait-mysql command. Tests use this
4+
# to assert that the command was executed.
5+
set -e
6+
echo "ghe-service-wait-mysql OK"

0 commit comments

Comments
 (0)