Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TouHou.FM
Radio Go
Playlist
Commits
05d1c4b2
Verified
Commit
05d1c4b2
authored
Sep 01, 2020
by
Daniel Sonck
Browse files
Make go-acc run verbose on stderr
parent
87218d79
Changes
1
Hide whitespace changes
Inline
Side-by-side
default.run.do
View file @
05d1c4b2
...
...
@@ -2,7 +2,7 @@ case $2 in
*/tests)
redo-ifchange mod.dep tool/go-acc
mkdir -p "$1.tmp" >&2
tool/go-acc --output="$1.tmp/coverage.txt" ./... -- -v
>
"$1.tmp/tests.txt"
tool/go-acc --output="$1.tmp/coverage.txt" ./... -- -v
| tee
"$1.tmp/tests.txt"
>&2
touch "$3"
;;
esac
\ No newline at end of file
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