Remove nonexistent variable use.

This commit is contained in:
Josh Matthews 2018-11-13 10:17:30 -05:00 committed by GitHub
parent 83f64329b1
commit 86c505644f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}" \