Skip to content

Commit f6d03fe

Browse files
committed
Test install location first.
1 parent d7a21c9 commit f6d03fe

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

test/_global/circleci_and_exercism.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ set -e
44

55
source dev-container-features-test-lib
66

7-
check "circleci info help" bash -c "circleci --skip-update-check info --help"
8-
check "exercism configure help" bash -c "exercism configure --help"
97
check "circleci location" bash -c "ls /usr/bin/circleci"
108
check "exercism location" bash -c "ls /usr/bin/exercism"
9+
check "circleci info help" bash -c "circleci --skip-update-check info --help"
10+
check "exercism configure help" bash -c "exercism configure --help"
1111

1212
reportResults

test/circleci-cli/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -e
44

55
source dev-container-features-test-lib
66

7+
check "circleci location" bash -c "ls /usr/local/bin/circleci"
78
check "version" bash -c "circleci --skip-update-check version"
89

910
reportResults

test/exercism-cli/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -e
44

55
source dev-container-features-test-lib
66

7+
check "exercism location" bash -c "ls /usr/local/bin/exercism"
78
check "version" bash -c "exercism version"
89

910
reportResults

0 commit comments

Comments
 (0)