We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088655c commit 14ac6e5Copy full SHA for 14ac6e5
2 files changed
test/_global/circleci_and_exercism.sh
@@ -6,7 +6,7 @@ source dev-container-features-test-lib
6
7
check "circleci location" bash -c "ls /usr/bin/circleci"
8
check "exercism location" bash -c "ls /usr/bin/exercism"
9
-check "circleci info help" bash -c "circleci --skip-update-check info --help"
+check "circleci setup help" bash -c "circleci --skip-update-check setup --help | cat"
10
check "exercism configure help" bash -c "exercism configure --help"
11
12
reportResults
test/circleci-cli/test.sh
@@ -5,6 +5,6 @@ set -e
5
source dev-container-features-test-lib
check "circleci location" bash -c "ls /usr/local/bin/circleci"
-check "version" bash -c "circleci --skip-update-check version"
+check "version" bash -c "circleci --skip-update-check version | cat"
0 commit comments