Skip to content

Commit 0ab2d4c

Browse files
committed
the debug logging didn't help in this case but may someday
1 parent e9cc140 commit 0ab2d4c

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
@@ -5,7 +5,8 @@ HERE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
55
# Root directory of the repository
66
DIST=$(cd $HERE/..; pwd)
77
export SILENT=1
8-
export SLS_DEBUG=*
8+
# uncomment below to debug serverless framework
9+
#export SLS_DEBUG=*
910

1011
source "${HERE}"/bashtest.sh
1112

0 commit comments

Comments
 (0)