Page MenuHomePhabricator

[SECP256K1] Check if variable=yes instead of if var is set in travis
ClosedPublic

Authored by Fabien on Sep 29 2020, 09:05.

Details

Summary
Right now travis.sh checks if VALGRIND and CTIMETEST are set or not, but
in travis.yml we explictly set them to yes so I think it's more
intuitive to check if they're equal to yes such that setting
CTIMETEST=no(or anything other than "yes") will disable the test.

pointed out by @real-or-random here: #696 (comment)

Backport of secp256k1 PR782.

Includes the missing CTIMETEST variable for s390x.

Depends on D7630.

Test Plan

Run the Travis build.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Sep 29 2020, 09:05

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

This revision is now accepted and ready to land.Sep 29 2020, 09:20