Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit 0b6f4a3

Browse files
NoBug:Corrected additional echo statement in list tests (#22064)
1 parent f309bd4 commit 0b6f4a3

File tree

1 file changed

+1
-1
lines changed
  • appserver/tests/appserv-tests/devtests/transaction/ee

1 file changed

+1
-1
lines changed

appserver/tests/appserv-tests/devtests/transaction/ee/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ test_run(){
114114
}
115115

116116
list_test_ids(){
117-
echo transaction_ee_all echo transaction-ee-1 transaction-ee-2 transaction-ee-3 transaction-ee-4
117+
echo transaction_ee_all transaction-ee-1 transaction-ee-2 transaction-ee-3 transaction-ee-4
118118
}
119119

120120
get_test_target(){

0 commit comments

Comments
 (0)