Skip to content

Commit 2d97376

Browse files
committed
fix(compose): align test-compose-init to the .results output dir
Last remaining instance of the 951cbde results/->.results/ drift: the init e2e asserted `deployment/results` while `compose init` creates `.results`. This was failing the publish-mows-cli e2e job (which gates the binary build).
1 parent 8f4767a commit 2d97376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/mows-cli/tests/test-compose-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if $MPM_BIN compose init 2>&1; then
3131
assert_dir_exists "$TEST_DIR/deployment/templates" && \
3232
assert_dir_exists "$TEST_DIR/deployment/templates/config" && \
3333
assert_dir_exists "$TEST_DIR/deployment/data" && \
34-
assert_dir_exists "$TEST_DIR/deployment/results"; then
34+
assert_dir_exists "$TEST_DIR/deployment/.results"; then
3535
pass_test "Creates deployment directory structure"
3636
else
3737
fail_test "Missing deployment directories"

0 commit comments

Comments
 (0)