mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
fix 6812 (#6814)
* todo * Log Devfile Registry * remove end space * Clean comment
This commit is contained in:
@@ -10,6 +10,7 @@ ibmcloud target -r "${IBM_REGION}"
|
|||||||
(
|
(
|
||||||
set -e
|
set -e
|
||||||
make install
|
make install
|
||||||
|
echo Using Devfile Registry ${DEVFILE_REGISTRY}
|
||||||
make test-integration-no-cluster
|
make test-integration-no-cluster
|
||||||
) |& tee "/tmp/${LOGFILE}"
|
) |& tee "/tmp/${LOGFILE}"
|
||||||
|
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ var _ = Describe("odo init interactive command tests", func() {
|
|||||||
helper.ExpectString(ctx, "What configuration do you want change")
|
helper.ExpectString(ctx, "What configuration do you want change")
|
||||||
helper.SendLine(ctx, "Add new environment variable")
|
helper.SendLine(ctx, "Add new environment variable")
|
||||||
|
|
||||||
helper.ExpectString(ctx, "Enter new environment variable name: ")
|
helper.ExpectString(ctx, "Enter new environment variable name:")
|
||||||
helper.SendLine(ctx, "DEBUG_PROJECT_PORT")
|
helper.SendLine(ctx, "DEBUG_PROJECT_PORT")
|
||||||
|
|
||||||
helper.ExpectString(ctx, "Enter value for \"DEBUG_PROJECT_PORT\" environment variable:")
|
helper.ExpectString(ctx, "Enter value for \"DEBUG_PROJECT_PORT\" environment variable:")
|
||||||
|
|||||||
Reference in New Issue
Block a user