Quellcode durchsuchen

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 vor 4 Jahren
Ursprung
Commit
da4b36a818
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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.