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
GATB
gatb-core
Commits
6ba13ed0
Commit
6ba13ed0
authored
Jan 29, 2016
by
Charles Deltel
Browse files
[ci] update Jenkins script
parent
950fa240
Changes
1
Hide whitespace changes
Inline
Side-by-side
gatb-core/test/jenkins/test-suite-debian7-64bits-gcc-4.7.sh
View file @
6ba13ed0
...
...
@@ -8,7 +8,7 @@
# To change this behaviour, launch the script with the DEBUG argument.
#--------------------------------------------------------------#
[
"
$
1
"
!=
"
DEBUG
"
]
&&
{
set
-e
;
}
||
{
echo
"DEBUG mode, the script will NOT stop..."
;
}
[
"
$
DEBUG
"
!=
"
true
"
]
&&
{
set
-e
;
}
||
{
echo
"DEBUG mode, the script will NOT stop..."
;
}
set
-xv
date
...
...
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