Skip to content

Commit

Permalink
Update test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
viveksinghggits authored Mar 26, 2020
1 parent 2242452 commit fc2c8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ go test -v -installsuffix "static" -i ${TARGETS}
go test -v ${TARGETS} -list .
#go test -v -installsuffix "static" ${TARGETS} -check.v
cd pkg/kube
go test -check.f "PodRunnerTestSuite.TestPodRunnerContextCanceled" -check.v
go test -check.f "PodRunnerTestSuite.TestPodRunnerContextCanceled" -check.v .
echo

echo "PASS"
Expand Down

0 comments on commit fc2c8a3

Please sign in to comment.