Skip to content

Commit 62de424

Browse files
committed
silent elsewhere
1 parent af7495b commit 62de424

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
HERE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
55
# Root directory of the repository
66
DIST=$(cd $HERE/..; pwd)
7+
export SILENT=1
78

89
source "${HERE}"/bashtest.sh
910

@@ -20,7 +21,7 @@ for project in test-func test-func-dev; do
2021

2122
# install build deps
2223
assert_success "it installs with npm" \
23-
SILENT=1 npm i -D "$DIST" --silent
24+
npm i -D "$DIST" --silent
2425

2526
# integration test `package` command
2627
assert_success "it packages with serverless" \

0 commit comments

Comments
 (0)