Skip to content

Commit

Permalink
Silence build output in build_linux_main.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gormster committed Oct 21, 2016
1 parent e2a494a commit 42cf77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/build_linux_main.sh
Expand Up @@ -10,7 +10,7 @@ array_contains () {
return $in
}

swift build &&
swift build &> /dev/null &&
swift test -l |
sed -e '/[ ]/ d' -e 's/\([^.]*\)\.\([^\/]*\)\/\(.*\)/\1 \2 \3/' |
{
Expand Down

0 comments on commit 42cf77a

Please sign in to comment.