Skip to content

Commit

Permalink
Fix skip wordage.
Browse files Browse the repository at this point in the history
Skip refers to upgrade, when the test is running bootstrap
  • Loading branch information
SimonRichardson committed Oct 20, 2020
1 parent ca67d02 commit 4e20f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/suites/bootstrap/task.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
test_bootstrap() {
if [ "$(skip 'test_bootstrap')" ]; then
echo "==> TEST SKIPPED: upgrade tests"
echo "==> TEST SKIPPED: bootstrap tests"
return
fi

Expand Down

0 comments on commit 4e20f64

Please sign in to comment.