File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ source dev-container-features-test-lib
1212# The 'check' command comes from the dev-container-features-test-lib. Syntax is...
1313# check <LABEL> <cmd> [args...]
1414
15- check " execute command" bash -c " webi --version | grep 'webi' "
15+ check " execute command" bash -c " feature-installer "
1616
1717# Report results
1818# If any of the checks above exited with a non-zero exit code, the test will fail.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ source dev-container-features-test-lib
1212# The 'check' command comes from the dev-container-features-test-lib. Syntax is...
1313# check <LABEL> <cmd> [args...]
1414
15- check " execute command" bash -c " feature-installer "
15+ check " execute command" bash -c " webi --version | grep 'webi' "
1616
1717# Report results
1818# If any of the checks above exited with a non-zero exit code, the test will fail.
You can’t perform that action at this time.
0 commit comments