Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
4f53271d
Commit
4f53271d
authored
Jun 11, 2008
by
Ian Lynagh
Browse files
Tell the testsuite how many threads we want it to use when validating
parent
1eb76d71
Changes
1
Show whitespace changes
Inline
Side-by-side
validate
View file @
4f53271d
...
...
@@ -54,8 +54,7 @@ sh boot
make
Validating
=
YES
-j
$threads
fi
# testsuite-only
# ToDo: use THREADS=$threads, see #1558
make
Validating
=
YES
-C
testsuite/tests/ghc-regress fast
stage
=
2
CLEANUP
=
1 2>&1 |
tee
testlog
make
Validating
=
YES
-C
testsuite/tests/ghc-regress fast
stage
=
2
CLEANUP
=
1
THREADS
=
$threads
2>&1 |
tee
testlog
echo
"-------------------------------------------------------------------"
if
...
...
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