Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alexis Brenon
arcades
Commits
bbe3c83c
Commit
bbe3c83c
authored
Aug 02, 2017
by
Alexis Brenon
Browse files
✨
Exit cross-val on failure
parent
785c7a42
Changes
1
Hide whitespace changes
Inline
Side-by-side
cross-val.sh
View file @
bbe3c83c
...
...
@@ -34,7 +34,7 @@ do
echo
"
$(
date
+%Y-%m-%dT%H:%M:%S
)
Running '
${
cmd
}
'"
>>
cross-val-log.txt
echo
"Test data is :
${
test_data
}
"
>>
cross-val-log.txt
${
cmd
}
${
cmd
}
||
exit
$?
echo
"
$(
date
+%Y-%m-%dT%H:%M:%S
)
End of command."
>>
cross-val-log.txt
...
...
Write
Preview
Supports
Markdown
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