wip
This commit is contained in:
parent
bc02005dc0
commit
64d234e084
@ -24,12 +24,13 @@ main() {
|
|||||||
path="$CODE_SERVER_PATH"
|
path="$CODE_SERVER_PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# TODO@jsjoeio - skip if already built
|
# WIP jsjoeio
|
||||||
# TODO@jsjoeio - move to integration test suite too
|
if [[ ! -f "test/integration/test-plugin/out/index.js" ]]; then
|
||||||
echo "Building test plugin"
|
echo "Building test plugin"
|
||||||
pushd test/integration/test-plugin
|
pushd test/integration/test-plugin
|
||||||
make -s out/index.js
|
make -s out/index.js
|
||||||
popd
|
popd
|
||||||
|
fi
|
||||||
|
|
||||||
echo "Running tests with code-server binary: '$path'"
|
echo "Running tests with code-server binary: '$path'"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user