Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sass
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
楚学文
node-sass
Commits
0e2e5653
Commit
0e2e5653
authored
Oct 29, 2014
by
Andrew Nesbitt
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #493 from am11/master
Build: Verbose stats
parents
af1721f6
0a91a3ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
build.js
build.js
+2
-2
No files found.
build.js
View file @
0e2e5653
...
@@ -44,12 +44,12 @@ if (!force && !process.env.SKIP_NODE_SASS_TESTS) {
...
@@ -44,12 +44,12 @@ if (!force && !process.env.SKIP_NODE_SASS_TESTS) {
timeout
:
999999
timeout
:
999999
});
});
mocha
.
addFile
(
path
.
resolve
(
__dirname
,
'test'
,
'
test
.js'
));
mocha
.
addFile
(
path
.
resolve
(
__dirname
,
'test'
,
'
api
.js'
));
mocha
.
run
(
function
()
{
mocha
.
run
(
function
()
{
// at least 90% of tests should pass
// at least 90% of tests should pass
if
((
total
-
failures
)
*
100
/
total
<
90
)
{
if
((
total
-
failures
)
*
100
/
total
<
90
)
{
console
.
log
(
'Problem with the binary
; m
anual build incoming'
);
console
.
log
(
'Problem with the binary
: '
+
failures
+
' of '
+
total
+
' tests are failing.
\
nM
anual build incoming'
);
console
.
log
(
'Please consider contributing the release binary to https://github.com/sass/node-sass-binaries for npm distribution.'
);
console
.
log
(
'Please consider contributing the release binary to https://github.com/sass/node-sass-binaries for npm distribution.'
);
build
();
build
();
}
else
{
}
else
{
...
...
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