Skip to content

Commit

Permalink
Backport: Run kart --version in e2e test (install-check)
Browse files Browse the repository at this point in the history
See if this added check would have picked up
#826
  • Loading branch information
olsen232 committed Apr 25, 2023
1 parent 93be475 commit 05b7eb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/scripts/e2e-1.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ $SPATIALITE=("${KART_PREFIX}\mod_spatialite" -replace '\\', '/').ToLower()
New-Item -ItemType Directory -Path "${TMP_PATH}\test"
Push-Location "${TMP_PATH}\test"
try {
Exec { kart --version }
Exec { kart -vvvv install tab-completion --shell auto }
Exec { kart init --initial-branch=main . }
Exec { kart -v config --local 'user.name' 'Kart E2E Test 1' }
Expand Down
1 change: 1 addition & 0 deletions tests/scripts/e2e-1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ set -x

echo "Using helper mode: ${KART_USE_HELPER:-?}"

kart --version
kart -vvvv install tab-completion --shell auto

kart init --initial-branch=main .
Expand Down

0 comments on commit 05b7eb8

Please sign in to comment.