Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tlc4b
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
tlc4b
Commits
dd2cd0ec
Commit
dd2cd0ec
authored
12 years ago
by
Dominik Hansen
Browse files
Options
Downloads
Patches
Plain Diff
Finding a bug running on jenkins ...(2)
Former-commit-id: 5ca92b7d9cc6a9588c253e07c9a4437ed955055f
parent
3ab7cb7e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/de/b2tla/TLCRunner.java
+2
-1
2 additions, 1 deletion
src/main/java/de/b2tla/TLCRunner.java
with
2 additions
and
1 deletion
src/main/java/de/b2tla/TLCRunner.java
+
2
−
1
View file @
dd2cd0ec
...
@@ -24,6 +24,7 @@ public class TLCRunner {
...
@@ -24,6 +24,7 @@ public class TLCRunner {
public
static
void
main
(
String
[]
args
)
{
public
static
void
main
(
String
[]
args
)
{
// this method will be executed in a separate JVM
// this method will be executed in a separate JVM
System
.
out
.
println
(
"Starting TLC..."
);
String
path
=
args
[
0
];
String
path
=
args
[
0
];
ToolIO
.
setUserDir
(
path
);
ToolIO
.
setUserDir
(
path
);
String
[]
parameters
=
new
String
[
args
.
length
-
1
];
String
[]
parameters
=
new
String
[
args
.
length
-
1
];
...
@@ -43,7 +44,7 @@ public class TLCRunner {
...
@@ -43,7 +44,7 @@ public class TLCRunner {
}
}
String
[]
args
=
list
.
toArray
(
new
String
[
list
.
size
()]);
String
[]
args
=
list
.
toArray
(
new
String
[
list
.
size
()]);
ProcessHelper
helper
=
new
ProcessHelper
();
ProcessHelper
helper
=
new
ProcessHelper
();
System
.
out
.
println
(
"Starting TLC..."
);
Process
p
=
helper
.
startNewJavaProcess
(
""
,
TLCRunner
.
class
.
getName
(),
Process
p
=
helper
.
startNewJavaProcess
(
""
,
TLCRunner
.
class
.
getName
(),
args
);
args
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment