mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
Run test262-update in a single thread
In order to guarantee the order of the results in the error file.
This commit is contained in:
parent
a0877514b9
commit
4b1a244d3b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -100,7 +100,7 @@ test262-fast: $(QJS)
|
||||||
$(RUN262) -m -c test262.conf -c test262-fast.conf -a
|
$(RUN262) -m -c test262.conf -c test262-fast.conf -a
|
||||||
|
|
||||||
test262-update: $(QJS)
|
test262-update: $(QJS)
|
||||||
$(RUN262) -u -c test262.conf -a
|
$(RUN262) -u -c test262.conf -a -t 1
|
||||||
|
|
||||||
test262-check: $(QJS)
|
test262-check: $(QJS)
|
||||||
$(RUN262) -m -c test262.conf -E -a
|
$(RUN262) -m -c test262.conf -E -a
|
||||||
|
|
Loading…
Reference in a new issue