Skip to content

Commit 486652a

Browse files
committed
Update standalone test to account for timestamp
The updated logger outputs timestamps now.
1 parent 5370f78 commit 486652a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build/test-standalone-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ main() {
1515
./release-standalone/bin/code-server --extensions-dir "$EXTENSIONS_DIR" --install-extension ms-python.python
1616
local installed_extensions
1717
installed_extensions="$(./release-standalone/bin/code-server --extensions-dir "$EXTENSIONS_DIR" --list-extensions 2>&1)"
18-
if [[ $installed_extensions != "info Using config file ~/.config/code-server/config.yaml
18+
if [[ $installed_extensions != *"info Using config file ~/.config/code-server/config.yaml
1919
ms-python.python" ]]; then
2020
echo "Unexpected output from listing extensions:"
2121
echo "$installed_extensions"

0 commit comments

Comments
 (0)