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 b3203dd commit e011048Copy full SHA for e011048
scripts/run-test-dapr.sh
@@ -6,6 +6,8 @@
6
# https://oss.oracle.com/licenses/upl.
7
#
8
9
+set -e
10
+
11
if [ $# -ne 2 ]; then
12
echo "You must specify the dapr test directory and dapr dir to install to"
13
exit 1
0 commit comments