Commit 5cfe0ee4 authored by Dong Liu's avatar Dong Liu

Conditionally run detect-project in log-dump

parent 158f6b78
......@@ -93,3 +93,7 @@ function test-teardown {
function prepare-e2e {
echo "Skeleton Provider: prepare-e2e not implemented" 1>&2
}
function detect-project {
echo "Skeleton Provider: detect-project not implemented" 1>&2
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment