Browse Source

Fixed tc39 tests run in Travis

Dmitry Panov 4 years ago
parent
commit
952c20e23c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .tc39_test262_checkout.sh
  2. 1 1
      .travis.yml

+ 1 - 1
.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

+ 1 - 1
.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 ./...