summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl/curl/run-ptest
blob: 3d25f3d90b954ca14a676064bce4bdeedef77492 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

cd tests

# Run all tests, don't stop on first failure
# Don't use valgrind if it is found
# Use automake-style output
# Run four tests in parallel
# Print log output on failure
# Don't run the flaky or timing dependent tests
./runtests.pl -a -n -am -j4 -p !flaky !timing-dependent