On Wednesday 21 February 2018 02:14 AM, Martin Ågren wrote: > To sum up: I probably won't be looking into Travis-ing such a blacklist > in the near future. > Just thinking out loud, how about having a white-list instead of a black-list and using it to run only those tests in the white list. Something like, t/white_list ------------ t0000 t0001 To run ------ cd t/ for test in $(cat white_list) do white_list_tests="$white_list_tests $test*" done make SANITIZE=leak $white_list_tests -- Kaartic QUOTE --- “The most valuable person on any team is the person who makes everyone else on the team more valuable, not the person who knows the most.” - Joel Spolsky