Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
verimag
synchrone
lutin
Commits
8e78a39a
Commit
8e78a39a
authored
May 04, 2018
by
erwan
Browse files
print the message when lurette is call with sut
parent
b48d5ee8
Pipeline
#7369
passed with stages
in 8 minutes and 42 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
_oasis
View file @
8e78a39a
OASISFormat: 0.4
Name: Lutin
Version: 2.
49
Version: 2.
50
Authors: Erwan Jahier, Pascal Raymond, Bertrand Jeannnet (polka), Yvan Roux
Maintainers: erwan.jahier@univ-grenoble-alpes.fr
License: CeCILL
...
...
doc/lutin-man/lutin-man.pdf
View file @
8e78a39a
No preview for this file type
lurette-nocaml/src/lurette.ml
View file @
8e78a39a
(* Time-stamp: <modified the 0
3
/05/2018 (at 1
5
:39) by Erwan Jahier> *)
(* Time-stamp: <modified the 0
4
/05/2018 (at 1
0
:39) by Erwan Jahier> *)
(* Mimick the behavior of 'rdbg -lurette', but without the dependency
on ocaml *)
open
Event
...
...
@@ -88,6 +88,12 @@ let _ =
let
_
=
if
args
.
suts
=
[]
then
(
Printf
.
printf
"
\027
[35mW: Please set at least one sut
\027
[00m
\n\n
"
;
flush
stdout
;
help
()
)
else
try
RdbgRun
.
lurette_start
()
with
|
RdbgRun
.
OracleError
str
->
...
...
lutin/src/version.ml
View file @
8e78a39a
let
str
=
"2.
49
"
let
sha
=
"
0de5b1b
"
let
str
=
"2.
50
"
let
sha
=
"
b48d5ee
"
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