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 7150e6f commit fb7270cCopy full SHA for fb7270c
entrypoint.sh
@@ -34,8 +34,8 @@ if [ "$EXPERIMENT_NAME" == "all" ]; then
34
ginkgo -nodes=${PARALLEL_EXECUTION}
35
cd ..
36
37
-else
38
-## Run the selected chaos experiment template
+elif [ ! -z "$EXPERIMENT_NAME" ]; then
+## Run the selected chaos experiment
39
go test tests/${EXPERIMENT_NAME}_test.go -v -count=1 -timeout=${TEST_TIMEOUT}s
40
fi
41
0 commit comments