Selaa lähdekoodia

The app dir is now resolved, so change tests to reflect that.

If this is an issue with changing this, we can just resolve before we
build, which would be a much more localized change, rather than trying
to fix things across JupyterLab
Jason Grout 4 vuotta sitten
vanhempi
commit
da4b36a818
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      scripts/ci_script.sh

+ 2 - 2
scripts/ci_script.sh

@@ -259,8 +259,8 @@ if [[ $GROUP == usage ]]; then
     pushd tmp
     mkdir real_app_dir
     ln -s real_app_dir link_app_dir
-    # verify that app directory is not resolved
-    env JUPYTERLAB_DIR=./link_app_dir jupyter lab path | grep link_app_dir
+    # verify that app directory is resolved
+    env JUPYTERLAB_DIR=./link_app_dir jupyter lab path | grep real_app_dir
     popd
 
     # Make sure we can successfully load the dev app.