Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
874c337a
Commit
874c337a
authored
Jan 29, 2012
by
Ian Lynagh
Browse files
Fix mod175: Tell make to be quiet
parent
c90ed070
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/module/mod175/all.T
View file @
874c337a
...
...
@@ -3,5 +3,5 @@ setTestOpts(only_compiler_types(['ghc']))
test
('
mod175
',
clean_cmd
('
$MAKE -s clean
'),
run_command
,
['
$MAKE -s mod175
'])
['
$MAKE -s
--no-print-directory
mod175
'])
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment