Skip to content

Commit a5ab652

Browse files
skip dir example
1 parent 0e3ff6b commit a5ab652

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/all_tests.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ for roc_file in $EXAMPLES_DIR*.roc; do
5757
continue
5858
fi
5959

60+
# Skip dir.exp until https://github.com/roc-lang/basic-cli/issues/193 is resolved
61+
if [ "$base_file" == "dir.exp" ]; then
62+
continue
63+
fi
64+
6065
roc_file_only="$(basename "$roc_file")"
6166
no_ext_name=${roc_file_only%.*}
6267
expect ci/expect_scripts/$no_ext_name.exp

0 commit comments

Comments
 (0)