summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2021-03-17 15:40:32 +0100
committerLukas Larsson <lukas@erlang.org>2021-03-17 15:40:32 +0100
commitf5117e0ad3fefeda4ad944216ee60251e9d47c3c (patch)
treefe1d0d21324aab749786583795cb1c64832657fe /scripts
parent06146aa10e15efd39f63d4887901ce17e617df92 (diff)
downloaderlang-f5117e0ad3fefeda4ad944216ee60251e9d47c3c.tar.gz
travis: Update name of docs smoke testcase
This testcase changed name recently, so we update this to run the correct testcase.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-otp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-otp b/scripts/build-otp
index f3f7f8ee86..938a6809bb 100755
--- a/scripts/build-otp
+++ b/scripts/build-otp
@@ -60,7 +60,7 @@ if [ "$1" = "docs" ]; then
do_and_log "Linting documentation" make xmllint
do_and_log "Checking html links" scripts/otp_html_check $PWD/$DOC_TARGET doc/index.html
do_and_log "Test chunks" erlc lib/stdlib/test/shell_docs_SUITE.erl &&
- ct_run -no_auto_compile -suite shell_docs_SUITE -case render
+ ct_run -no_auto_compile -suite shell_docs_SUITE -case render_smoke
# The code below prepares this build to be used as a deploy to
# github pages for documentation.
if [ "$TRAVIS_PULL_REQUEST" = "false" -a "$TRAVIS_TAG" = "" -a "$TRAVIS_REPO_SLUG" = "erlang/otp" ]; then