We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbffdee commit bb2f1b5Copy full SHA for bb2f1b5
test/bin/ghe-es-snapshot
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
# Usage: ghe-es-snapshot
3
-# Emulates the remote GitHub ghe-service-ensure-mysql command. Tests use this
+# Emulates the remote GitHub ghe-service-es-mysql command. Tests use this
4
# to assert that the command was executed.
5
set -e
6
echo "ghe-es-snapshot OK"
test/bin/ghe-service-wait-mysql
@@ -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"
0 commit comments