We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1557c8d commit c3c92ebCopy full SHA for c3c92eb
conformance-test.sh
@@ -97,19 +97,7 @@ if [[ "$VERSION" = *dev* ]]
97
then
98
CWLTOOL_OPTIONS+=" --enable-dev"
99
fi
100
-if [[ "$CONTAINER" = "singularity" ]]; then
101
- CWLTOOL_OPTIONS+=" --singularity"
102
- # This test fails because Singularity and Docker have
103
- # different views on how to deal with this.
104
- exclusions+=(docker_entrypoint)
105
- if [[ "${VERSION}" = "v1.1" ]]; then
106
- # This fails because of a difference (in Singularity vs Docker) in
107
- # the way filehandles are passed to processes in the container and
108
- # wc can tell somehow.
109
- # See issue #1440
110
- exclusions+=(stdin_shorcut)
111
- fi
112
-elif [[ "$CONTAINER" = "podman" ]]; then
+if [[ "$CONTAINER" = "podman" ]]; then
113
CWLTOOL_OPTIONS+=" --podman"
114
115
0 commit comments