diff options
author | Artur Signell <artur@vaadin.com> | 2013-10-11 20:31:48 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-10-15 07:58:54 +0000 |
commit | 6a99730d898f8e0663d69dbeba6682113c29ca52 (patch) | |
tree | 7aa2ce1b315c1675c8475c427745cca28fb16b92 /uitest/tb3test.xml | |
parent | f75164f58aff50a95ebe822b768ada5993690a5d (diff) | |
download | vaadin-framework-6a99730d898f8e0663d69dbeba6682113c29ca52.tar.gz vaadin-framework-6a99730d898f8e0663d69dbeba6682113c29ca52.zip |
Allow skipping TB2/TB3 tests using tests.tb2/tb3.skip
Change-Id: If9f16657731fa5ea06e61bf9702abe385e4fc7a1
Diffstat (limited to 'uitest/tb3test.xml')
-rw-r--r-- | uitest/tb3test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/tb3test.xml b/uitest/tb3test.xml index de69e0ebe6..5285280608 100644 --- a/uitest/tb3test.xml +++ b/uitest/tb3test.xml @@ -10,7 +10,7 @@ <path location="${tb3test.dir}/result/classes" /> </path> - <target name="run-all-tb3-tests" description="Run all the TB3 tests (except server tests) in the project"> + <target name="run-all-tb3-tests" unless="tests.tb3.skip" description="Run all the TB3 tests (except server tests) in the project"> <antcall target="run-tb3-suite"> <param name="junit.test.suite" value="com.vaadin.tests.tb3.AllTB3Tests" /> </antcall> |