We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f10d7 commit 5f1aa62Copy full SHA for 5f1aa62
packaging/pact-provider-verifier.sh
@@ -23,5 +23,9 @@ unset BUNDLE_IGNORE_CONFIG
23
unset RUBYGEMS_GEMDEPS
24
export BUNDLE_FROZEN=1
25
26
+# This removes ruby specific language from the output and ensures
27
+# the output can be parsed cleanly by wrapper languages
28
+[ -z "${PACT_EXECUTING_LANGUAGE}" ] && PACT_EXECUTING_LANGUAGE=unknown
29
+
30
# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
31
exec "$LIBDIR/ruby/bin/ruby" -rbundler/setup -rreadline -I "$LIBDIR/app/lib" "$LIBDIR/app/pact-provider-verifier.rb" "$@"
0 commit comments