Archived
1
0

Revert "wip: refactor vscode integration tests"

This reverts commit 13286bf4c9.
This commit is contained in:
Joe Previte
2022-09-19 12:43:39 -07:00
parent 42bafc3a09
commit 917d92ef52
2 changed files with 5 additions and 24 deletions

View File

@ -32,26 +32,6 @@ main() {
popd
fi
# TODO@jsjoeio get this working like in test-unit.sh
# ln -s "/usr/local/Cellar/code-server/4.7.0/libexec/lib/vscode/out" ./lib/vscode/out
# source ./ci/lib.sh
# Our code imports from `out` in order to work during development but if you
# have only built for production you will have not have this directory. In
# that case symlink `out` to a production build directory.
# if [[ ! -e lib/vscode/out ]]; then
# pushd lib
# local out=(vscode-reh-web-*)
# if [[ -d "${out[0]}" ]]; then
# ln -s "../${out[0]}/out" ./vscode/out
# else
# echo "Could not find lib/vscode/out or lib/vscode-reh-web-*"
# echo "Code must be built before running unit tests"
# # exit 1
# fi
# popd
# fi
echo "Running tests with code-server binary: '$path'"
if [[ ! -f $path ]]; then