Skip to content

Commit

Permalink
Tests: fixed test-crypto wrong argument order that failed -
Browse files Browse the repository at this point in the history
run-tests-and-shutdown.sh
  • Loading branch information
DanielEliad authored and awesomekling committed Apr 14, 2021
1 parent a973b22 commit b96c205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Base/home/anon/tests/run-tests-and-shutdown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ run(index) {
}

# 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
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}
Expand Down

0 comments on commit b96c205

Please sign in to comment.