Skip to content

Commit 63d3e8f

Browse files
authored
Merge pull request sclorg#415 from phracek/fix_typo_run_openshift
Fix typo in OpenShift 3 tests
2 parents 180d9a8 + 34d1a36 commit 63d3e8f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Diff for: imagestreams/postgresql-centos.json

+18
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,24 @@
4444
"type": "Local"
4545
}
4646
},
47+
{
48+
"name": "13-el7",
49+
"annotations": {
50+
"openshift.io/display-name": "PostgreSQL 13 (CentOS 7)",
51+
"openshift.io/provider-display-name": "Red Hat, Inc.",
52+
"description": "Provides a PostgreSQL 13 database on CentOS 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.",
53+
"iconClass": "icon-postgresql",
54+
"tags": "database,postgresql",
55+
"version": "13"
56+
},
57+
"from": {
58+
"kind": "DockerImage",
59+
"name": "quay.io/centos7/postgresql-13-centos7:latest"
60+
},
61+
"referencePolicy": {
62+
"type": "Local"
63+
}
64+
},
4765
{
4866
"name": "12-el7",
4967
"annotations": {

Diff for: test/run-openshift-local-cluster

+1-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ function run_latest_imagestreams_test() {
451451
local result=1
452452
# Switch to root directory of a container
453453
echo "Testing the latest version in imagestreams"
454-
pushd "${test_dir}/.." >/dev/null || return 1
454+
pushd "${THISDIR}/.." >/dev/null || return 1
455455
ct_check_latest_imagestreams
456456
result=$?
457457
popd >/dev/null || return 1

0 commit comments

Comments
 (0)