We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1c50f commit ebc52e6Copy full SHA for ebc52e6
.kokoro/samples-test.sh
@@ -26,7 +26,9 @@ cd $(dirname $0)/..
26
27
# Run a pre-test hook, if a pre-samples-test.sh is in the project
28
if [ -f .kokoro/pre-samples-test.sh ]; then
29
+ set +x
30
. .kokoro/pre-samples-test.sh
31
+ set -x
32
fi
33
34
npm install
.kokoro/system-test.sh
# Run a pre-test hook, if a pre-system-test.sh is in the project
if [ -f .kokoro/pre-system-test.sh ]; then
. .kokoro/pre-system-test.sh
0 commit comments