From 952c20e23c35fa1a5c918e56ca6756ea9d66c968 Mon Sep 17 00:00:00 2001 From: Dmitry Panov Date: Mon, 11 Jan 2021 19:00:58 +0000 Subject: [PATCH] Fixed tc39 tests run in Travis --- .tc39_test262_checkout.sh | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tc39_test262_checkout.sh b/.tc39_test262_checkout.sh index 92e66e89..68f4d1c0 100755 --- a/.tc39_test262_checkout.sh +++ b/.tc39_test262_checkout.sh @@ -1,5 +1,5 @@ #!/bin/sh -sha=1ba3a7c4a93fc93b3d0d7e4146f59934a896837d # this is just the commit it was last tested with +sha=ddfe24afe3043388827aa220ef623b8540958bbd # this is just the commit it was last tested with mkdir -p testdata/test262 cd testdata/test262 git init diff --git a/.travis.yml b/.travis.yml index 3fa74305..e2575473 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,4 +30,4 @@ script: - diff -u <(echo -n) <(gofmt -d .) - go vet . - bash .tc39_test262_checkout.sh - - go test -short $RACE ./... + - go test $RACE ./...