mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:27:44 +00:00
Tests: fixed test-crypto wrong argument order that failed -
run-tests-and-shutdown.sh
This commit is contained in:
parent
a973b22359
commit
b96c205c98
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ run(index) {
|
||||||
}
|
}
|
||||||
|
|
||||||
# TODO: test-web requires the window server
|
# TODO: test-web requires the window server
|
||||||
system_tests=((test-js --show-progress=false) test-pthread test-compress /usr/Tests/LibM/test-math (test-crypto bigint -t))
|
system_tests=((test-js --show-progress=false) test-pthread test-compress /usr/Tests/LibM/test-math (test-crypto -t bigint))
|
||||||
# FIXME: Running too much at once is likely to run into #5541. Remove commented out find below when stable
|
# FIXME: Running too much at once is likely to run into #5541. Remove commented out find below when stable
|
||||||
all_tests=${concat_lists $system_tests} #$(find /usr/Tests -type f | grep -v Kernel | grep -v .inc | shuf))
|
all_tests=${concat_lists $system_tests} #$(find /usr/Tests -type f | grep -v Kernel | grep -v .inc | shuf))
|
||||||
count_of_all_tests=${length $all_tests}
|
count_of_all_tests=${length $all_tests}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue