Reenable the second wpt chunk.

This commit is contained in:
Josh Matthews 2014-09-17 15:16:05 -04:00
parent 61642d64b5
commit 791d3c94ff

View file

@ -51,7 +51,7 @@ for t in "${tasks[@]}"; do
test-wpt1)
./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
;;
*)