We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c6882 commit 4b328c2Copy full SHA for 4b328c2
scripts/test.sh
@@ -7,7 +7,8 @@ if [ ! -d test262 ]; then
7
fi
8
9
cd test262
10
-patch -y -p1 < ../tests/test262.patch
+git checkout ac1c3546c393d89b37483c3a32eddfe7dd1903a7
11
+patch -p1 < ../tests/test262.patch
12
cd ..
13
touch test262_errors.txt
14
./bin/run-test262 -m -c test262.conf -a
0 commit comments