Skip to content

Commit e011048

Browse files
author
Tim Middleton
committed
Fix dapr test script
1 parent b3203dd commit e011048

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/run-test-dapr.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# https://oss.oracle.com/licenses/upl.
77
#
88

9+
set -e
10+
911
if [ $# -ne 2 ]; then
1012
echo "You must specify the dapr test directory and dapr dir to install to"
1113
exit 1

0 commit comments

Comments
 (0)