Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lutin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
verimag
synchrone
lutin
Commits
8e78a39a
Commit
8e78a39a
authored
May 04, 2018
by
erwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
4 changed files
with
10 additions
and
4 deletions
+10
-4
_oasis
_oasis
+1
-1
doc/lutin-man/lutin-man.pdf
doc/lutin-man/lutin-man.pdf
+0
-0
lurette-nocaml/src/lurette.ml
lurette-nocaml/src/lurette.ml
+7
-1
lutin/src/version.ml
lutin/src/version.ml
+2
-2
No files found.
_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 15
:39) by Erwan Jahier> *)
(* Time-stamp: <modified the 0
4/05/2018 (at 10
: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