mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Merge pull request #3393 from jdm/wptchunk2
Reenable the second wpt chunk.
This commit is contained in:
commit
fbd91de48b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ for t in "${tasks[@]}"; do
|
||||||
test-wpt1)
|
test-wpt1)
|
||||||
./mach test-wpt --processes=2 --total-chunks=2 --this-chunk=1
|
./mach test-wpt --processes=2 --total-chunks=2 --this-chunk=1
|
||||||
;;
|
;;
|
||||||
test-wpt1)
|
test-wpt2)
|
||||||
./mach test-wpt --processes=2 --total-chunks=2 --this-chunk=2
|
./mach test-wpt --processes=2 --total-chunks=2 --this-chunk=2
|
||||||
;;
|
;;
|
||||||
push-doc)
|
push-doc)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue