mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Don't try to use test-css command in CI.
This commit is contained in:
parent
e94d1c44ab
commit
83f64329b1
1 changed files with 10 additions and 12 deletions
|
@ -9,16 +9,14 @@ set -o nounset
|
|||
set -o pipefail
|
||||
REPEAT_COUNT=100
|
||||
|
||||
for test_type in wpt css; do
|
||||
while read test_name; do
|
||||
echo " - Checking ${test_name}"
|
||||
./mach "test-${test_type}" \
|
||||
--release \
|
||||
--log-raw - \
|
||||
--repeat "${REPEAT_COUNT}" \
|
||||
"${test_name}" \
|
||||
> intermittents.log \
|
||||
< /dev/null
|
||||
done < "etc/ci/former_intermittents_${test_type}.txt"
|
||||
done
|
||||
while read test_name; do
|
||||
echo " - Checking ${test_name}"
|
||||
./mach "test-${test_type}" \
|
||||
--release \
|
||||
--log-raw - \
|
||||
--repeat "${REPEAT_COUNT}" \
|
||||
"${test_name}" \
|
||||
> intermittents.log \
|
||||
< /dev/null
|
||||
done < "etc/ci/former_intermittents_wpt.txt"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue