We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79db285 commit dd093acCopy full SHA for dd093ac
run-tests.php
@@ -632,6 +632,9 @@ function save_or_mail_results()
632
case 'x':
633
$environment['SKIP_SLOW_TESTS'] = 1;
634
break;
635
+ case '--offline':
636
+ $environment['SKIP_ONLINE_TESTS'] = 1;
637
+ break;
638
//case 'w'
639
case '-':
640
// repeat check with full switch
@@ -689,6 +692,8 @@ function save_or_mail_results()
689
692
690
693
-x Sets 'SKIP_SLOW_TESTS' environmental variable.
691
694
695
+ --offline Sets 'SKIP_ONLINE_TESTS' environmental variable.
696
+
697
--verbose
698
-v Verbose mode.
699
0 commit comments