Skip to content

Commit c02fc46

Browse files
committed
Update current feature
1 parent 78511b2 commit c02fc46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

labs/run-all.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
66

77
ink "Run test on internals"
88
"$DIR"/1_internals/ci.sh
9-
echo
9+
ink "Success"
1010
ink "Run test on authorization"
1111
"$DIR"/2_authorization/ci.sh
12-
echo
12+
ink "Success"
1313
ink "Run test on policies"
1414
"$DIR"/3_policies/ci-openshift.sh
15-
echo
15+
ink "Success"
1616
# ink "Run test on computational resources"
1717
# "$DIR"/4_computational_resources/ci.sh

0 commit comments

Comments
 (0)