Skip to content

Commit

Permalink
#33: Remove test_dotnet.sh for CentOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpinjackie committed Jun 30, 2018
1 parent 550e7d3 commit 521f781
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions linux_build/CentOS6_x64/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ mkdir -p $CMAKE_BUILD_AREA
if test "$?" -ne 0; then
exit 1
fi
./test_dotnet.sh
if test "$?" -ne 0; then
exit 1
fi
./test_java.sh
if test "$?" -ne 0; then
exit 1
Expand Down
4 changes: 0 additions & 4 deletions linux_build/CentOS6_x86/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ mkdir -p $CMAKE_BUILD_AREA
if test "$?" -ne 0; then
exit 1
fi
./test_dotnet.sh
if test "$?" -ne 0; then
exit 1
fi
./test_java.sh
if test "$?" -ne 0; then
exit 1
Expand Down

0 comments on commit 521f781

Please sign in to comment.