Skip to content

Commit

Permalink
issue 245795 - added scripts for pre/post integration test processing…
Browse files Browse the repository at this point in the history
… [ID = ce5ebacfe78faeb54e46e6aa7be84b98ca872d13]
  • Loading branch information
padamstx committed May 26, 2017
1 parent 15a06ad commit f04c379
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/.metadata/
metadata.json
/server-logs/
8 changes: 8 additions & 0 deletions build/post-integration-test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

###############################################################################
# (C) Copyright IBM Corp. 2017,2018,2019
#
#SPDX-License-Identifier: Apache-2.0
###############################################################################

8 changes: 8 additions & 0 deletions build/pre-integration-test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

###############################################################################
# (C) Copyright IBM Corp. 2017,2018,2019
#
#SPDX-License-Identifier: Apache-2.0
###############################################################################

0 comments on commit f04c379

Please sign in to comment.