File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -493,12 +493,12 @@ addCommandAlias(
493
493
494
494
addCommandAlias(
495
495
" integrationTests" ,
496
- """ ;set ThisBuild/IntegrationTest/testOptions += Tests.Filter(t => !t.endsWith("ManualTest") || !t.endsWith("LiveTest") ); it:test""" .stripMargin
496
+ """ ;set ThisBuild/IntegrationTest/testOptions += Tests.Filter(t => !t.endsWith("ManualTest") && !t.endsWith("LiveTest") ); it:test""" .stripMargin
497
497
)
498
498
499
499
addCommandAlias(
500
500
" ciFull" ,
501
- """ ;ci; set ThisBuild/IntegrationTest/testOptions += Tests.Filter(t => !t.endsWith("ManualTest") || !t.endsWith("LiveTest") ); it:test""" .stripMargin
501
+ """ ;ci; set ThisBuild/IntegrationTest/testOptions += Tests.Filter(t => !t.endsWith("ManualTest") && !t.endsWith("LiveTest") ); it:test""" .stripMargin
502
502
)
503
503
504
504
addCommandAlias(
@@ -509,4 +509,4 @@ addCommandAlias(
509
509
addCommandAlias(
510
510
" liveTests" ,
511
511
""" ;ci; set ThisBuild/IntegrationTest/testOptions += Tests.Filter(t => t.endsWith("LiveTest")); it:test""" .stripMargin
512
- )
512
+ )
You can’t perform that action at this time.
0 commit comments