Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse Titan
titan.core
Commits
50f76de9
Commit
50f76de9
authored
May 12, 2021
by
Jeno Attila Balasko
💬
Browse files
Merge branch 'issue408' into 'master'
UTF-8 encoding for Java
#408
See merge request
!164
parents
7d06851c
3c95ff20
Changes
1
Hide whitespace changes
Inline
Side-by-side
mctr2/mctr/ttcn3_start
View file @
50f76de9
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment