Skip to content

Commit 250b2e1

Browse files
author
Tom Barnes
committed
correct code comments
1 parent 29b7014 commit 250b2e1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/integration-tests/introspector/util_testwlversion.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
# It's intended to be run on an image with an oracle install
1212
# and assumes the ORACLE_HOME env var has been set.
1313
#
14-
# Usage:
15-
# ------
16-
#
17-
# ./util_testwlversion.sh input_file_name output_dir
18-
#
1914

2015
traceFile=/weblogic-operator/scripts/traceUtils.sh
2116
source ${traceFile}
@@ -53,7 +48,6 @@ test_checkWebLogicVersion()
5348
return 0
5449
}
5550

56-
# TBD move this to the unit test script
5751
test_checkWebLogicVersion || exit 1
5852
trace Test passed.
5953
exit 0

0 commit comments

Comments
 (0)