We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9cc140 commit 0ab2d4cCopy full SHA for 0ab2d4c
tests/test.sh
@@ -5,7 +5,8 @@ HERE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
5
# Root directory of the repository
6
DIST=$(cd $HERE/..; pwd)
7
export SILENT=1
8
-export SLS_DEBUG=*
+# uncomment below to debug serverless framework
9
+#export SLS_DEBUG=*
10
11
source "${HERE}"/bashtest.sh
12
0 commit comments