File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 44
55source 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"
97check " circleci location" bash -c " ls /usr/bin/circleci"
108check " 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
1212reportResults
Original file line number Diff line number Diff line change 44
55source dev-container-features-test-lib
66
7+ check " circleci location" bash -c " ls /usr/local/bin/circleci"
78check " version" bash -c " circleci --skip-update-check version"
89
910reportResults
Original file line number Diff line number Diff line change 44
55source dev-container-features-test-lib
66
7+ check " exercism location" bash -c " ls /usr/local/bin/exercism"
78check " version" bash -c " exercism version"
89
910reportResults
You can’t perform that action at this time.
0 commit comments