mirror of
https://github.com/cdr/code-server.git
synced 2026-01-22 16:12:39 +01:00
wip
This commit is contained in:
parent
bc02005dc0
commit
64d234e084
1 changed files with 7 additions and 6 deletions
|
|
@ -24,12 +24,13 @@ main() {
|
|||
path="$CODE_SERVER_PATH"
|
||||
fi
|
||||
|
||||
# TODO@jsjoeio - skip if already built
|
||||
# TODO@jsjoeio - move to integration test suite too
|
||||
echo "Building test plugin"
|
||||
pushd test/integration/test-plugin
|
||||
make -s out/index.js
|
||||
popd
|
||||
# WIP jsjoeio
|
||||
if [[ ! -f "test/integration/test-plugin/out/index.js" ]]; then
|
||||
echo "Building test plugin"
|
||||
pushd test/integration/test-plugin
|
||||
make -s out/index.js
|
||||
popd
|
||||
fi
|
||||
|
||||
echo "Running tests with code-server binary: '$path'"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue