mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
|
||||
echo " - Checking ${test_name}"
|
||||
./mach "test-${test_type}" \
|
||||
./mach test-wpt \
|
||||
--release \
|
||||
--log-raw - \
|
||||
--repeat "${REPEAT_COUNT}" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue