Skip to content
Snippets Groups Projects
Commit 50f76de9 authored by Jeno Attila Balasko's avatar Jeno Attila Balasko :speech_balloon:
Browse files

Merge branch 'issue408' into 'master'

UTF-8 encoding for Java #408

See merge request !164
parents 7d06851c 3c95ff20
No related branches found
No related tags found
1 merge request!164UTF-8 encoding for Java #408
......@@ -37,6 +37,7 @@ exec expect "$0" "$@"
## ETH/XZR Adam Delic 2012.02.22 v1.7 ##
## ETH Adam Knapp 2021.03.03 v1.8 ##
## ETH Adam Knapp 2021.04.15 v1.9 ##
## ETH Adam Knapp 2021.05.12 v1.10 ##
#####################################################
puts "ttcn3_start: Starting the test suite"
......@@ -262,7 +263,7 @@ expect {
if {$isJAR == 0} {
spawn $ETS $hostname $port
} else {
spawn java -jar $ETS $hostname $port
spawn java -Dfile.encoding=UTF-8 -jar $ETS $hostname $port
}
set hc_id $spawn_id
expect {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment