Skip to content

Commit 03e5ddf

Browse files
committed
fix: messed up test script
1 parent 6ca5b04 commit 03e5ddf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/feature-installer/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

test/webinstall.dev/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)