Skip to content

Commit

Permalink
chore: adjust response options
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Oct 4, 2024
1 parent 9aee7a9 commit 29faf4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/test-scripts/android-uitest-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,16 +235,15 @@ else
# new parameters must include the ":" to separate parameter options
# the response file contains only the filters, in order to get proper stderr
echo "--filter:\"$UNO_TESTS_FILTER\"" > tests.rsp
echo "-v m" >> tests.rsp

## Run NUnit tests
dotnet test \
-c Release \
-l:"console;verbosity=normal" \
--logger "nunit;LogFileName=$UNO_ORIGINAL_TEST_RESULTS" \
--blame-hang-timeout 120m \
-v m \
@tests.rsp || true
dotnet @tests.rsp || true
fi

## Dump the emulator's system log
Expand Down

0 comments on commit 29faf4b

Please sign in to comment.