aboutsummaryrefslogtreecommitdiff
path: root/test-scenarios/install_jupyterlab.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test-scenarios/install_jupyterlab.sh')
-rw-r--r--test-scenarios/install_jupyterlab.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-scenarios/install_jupyterlab.sh b/test-scenarios/install_jupyterlab.sh
index 2a4aaa3..9c5e453 100644
--- a/test-scenarios/install_jupyterlab.sh
+++ b/test-scenarios/install_jupyterlab.sh
@@ -8,5 +8,9 @@ source dev-container-features-test-lib
check "version" jupyter lab --version
check "config" grep ".*.allow_origin = '*'" /home/vscode/.jupyter/jupyter_notebook_config.py
+check "user" whoami | grep vscode
+check "zsh" zsh --version
+check "wget" wget -V
+
# Report result
reportResults