mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove nonexistent variable use.
This commit is contained in:
parent
83f64329b1
commit
86c505644f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ REPEAT_COUNT=100
|
||||||
|
|
||||||
while read test_name; do
|
while read test_name; do
|
||||||
echo " - Checking ${test_name}"
|
echo " - Checking ${test_name}"
|
||||||
./mach "test-${test_type}" \
|
./mach test-wpt \
|
||||||
--release \
|
--release \
|
||||||
--log-raw - \
|
--log-raw - \
|
||||||
--repeat "${REPEAT_COUNT}" \
|
--repeat "${REPEAT_COUNT}" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue