Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
cd94b54b
Commit
cd94b54b
authored
10 years ago
by
Vincent Petry
Browse files
Options
Downloads
Plain Diff
Merge pull request #10969 from owncloud/set-e
terminate script execution in case of failure
parents
2a4201db
81965363
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
autotest-js.sh
+3
-0
3 additions, 0 deletions
autotest-js.sh
autotest.sh
+2
-0
2 additions, 0 deletions
autotest.sh
with
5 additions
and
0 deletions
autotest-js.sh
+
3
−
0
View file @
cd94b54b
...
...
@@ -7,6 +7,9 @@
# @author Vincent Petry
# @copyright 2014 Vincent Petry <pvince81@owncloud.com>
#
set
-e
NPM
=
"
$(
which npm 2>/dev/null
)
"
PREFIX
=
"build"
...
...
This diff is collapsed.
Click to expand it.
autotest.sh
+
2
−
0
View file @
cd94b54b
...
...
@@ -6,6 +6,8 @@
# @copyright 2012, 2013 Thomas Müller thomas.mueller@tmit.eu
#
set
-e
#$EXECUTOR_NUMBER is set by Jenkins and allows us to run autotest in parallel
DATABASENAME
=
oc_autotest
$EXECUTOR_NUMBER
DATABASEUSER
=
oc_autotest
$EXECUTOR_NUMBER
...
...
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