Regressions ok for miri too

Co-Authored-By: kennytm <kennytm@gmail.com>
This commit is contained in:
Who? Me?! 2019-07-18 08:42:39 -05:00 committed by GitHub
parent 97b4156398
commit 8070bb828c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ import sys
import json
# Regressions for these tools does not cause failure
REGRESSION_OK = ["rustc-guide"]
REGRESSION_OK = ["rustc-guide", "miri"]
if __name__ == '__main__':
os_name = sys.argv[1]