mirror of https://git.tuxpa.in/a/code-server.git
Update standalone test to account for timestamp
The updated logger outputs timestamps now.
This commit is contained in:
parent
5370f7876d
commit
486652abaf
|
@ -15,7 +15,7 @@ main() {
|
||||||
./release-standalone/bin/code-server --extensions-dir "$EXTENSIONS_DIR" --install-extension ms-python.python
|
./release-standalone/bin/code-server --extensions-dir "$EXTENSIONS_DIR" --install-extension ms-python.python
|
||||||
local installed_extensions
|
local installed_extensions
|
||||||
installed_extensions="$(./release-standalone/bin/code-server --extensions-dir "$EXTENSIONS_DIR" --list-extensions 2>&1)"
|
installed_extensions="$(./release-standalone/bin/code-server --extensions-dir "$EXTENSIONS_DIR" --list-extensions 2>&1)"
|
||||||
if [[ $installed_extensions != "info Using config file ~/.config/code-server/config.yaml
|
if [[ $installed_extensions != *"info Using config file ~/.config/code-server/config.yaml
|
||||||
ms-python.python" ]]; then
|
ms-python.python" ]]; then
|
||||||
echo "Unexpected output from listing extensions:"
|
echo "Unexpected output from listing extensions:"
|
||||||
echo "$installed_extensions"
|
echo "$installed_extensions"
|
||||||
|
|
Loading…
Reference in New Issue