* todo

* Log Devfile Registry

* remove end space

* Clean comment
This commit is contained in:
Philippe Martin
2023-05-15 10:54:25 +02:00
committed by GitHub
parent 723c660d23
commit 2e0a882dea
2 changed files with 2 additions and 1 deletions

View File

@@ -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}"

View File

@@ -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:")