File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1004,6 +1004,12 @@ test_skip () {
1004
1004
to_skip=t
1005
1005
skipped_reason=" GIT_SKIP_TESTS"
1006
1006
fi
1007
+ if test -z " $to_skip " && test -n " $run_list " &&
1008
+ ! match_test_selector_list ' --run' $test_count " $run_list "
1009
+ then
1010
+ to_skip=t
1011
+ skipped_reason=" --run"
1012
+ fi
1007
1013
if test -z " $to_skip " && test -n " $test_prereq " &&
1008
1014
! test_have_prereq " $test_prereq "
1009
1015
then
@@ -1016,12 +1022,6 @@ test_skip () {
1016
1022
fi
1017
1023
skipped_reason=" missing $missing_prereq ${of_prereq} "
1018
1024
fi
1019
- if test -z " $to_skip " && test -n " $run_list " &&
1020
- ! match_test_selector_list ' --run' $test_count " $run_list "
1021
- then
1022
- to_skip=t
1023
- skipped_reason=" --run"
1024
- fi
1025
1025
1026
1026
case " $to_skip " in
1027
1027
t)
You can’t perform that action at this time.
0 commit comments