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 649304a commit ed72885Copy full SHA for ed72885
entrypoint.sh
@@ -25,7 +25,7 @@ cd chaos-ci-lib
25
##Install litmus if it is not already installed
26
if [ "$INSTALL_LITMUS" = "true" ]
27
then
28
- go test tests/install-litmus_test.go -v -count=1
+ go test litmus/install-litmus_test.go -v -count=1
29
fi
30
31
if [ "$EXPERIMENT_NAME" == "all" ]; then
@@ -42,5 +42,5 @@ fi
42
##litmus cleanup
43
if [ "$LITMUS_CLEANUP" = "true" ]
44
45
- go test tests/uninstall-litmus_test.go -v -count=1
+ go test litmus/uninstall-litmus_test.go -v -count=1
46
0 commit comments