Skip to content

Commit

Permalink
Merge pull request #3882 from sbesson/romio_test_disabling
Browse files Browse the repository at this point in the history
Disable Romio tests in Travis build
  • Loading branch information
joshmoore committed Jun 19, 2015
2 parents 1881ebd + 8633dc0 commit 7dbeae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tools/travis-build
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ java_build()
java_test()
{
NAME=java_test
for dir in dsl model common rendering romio server blitz
for dir in dsl model common rendering server blitz
do
fold start $dir
ant -f components/$dir/build.xml test -Dtest.with.fail=true -Dtestng.useDefaultListeners=true
Expand Down

0 comments on commit 7dbeae9

Please sign in to comment.