Browse Source

added `jupyter lab clean --flag` commands to usage test, as requested

telamonian 5 years ago
parent
commit
bff4f75f40
1 changed files with 7 additions and 0 deletions
  1. 7 0
      scripts/ci_script.sh

+ 7 - 0
scripts/ci_script.sh

@@ -230,6 +230,13 @@ if [[ $GROUP == usage ]]; then
     sleep 5
     kill $TASK_PID
     wait $TASK_PID
+
+    # Make sure we can clean various bits of the app dir
+    jupyter lab clean
+    jupyter lab clean --extensions
+    jupyter lab clean --settings
+    jupyter lab clean --static
+    jupyter lab clean --all
 fi
 
 if [[ $GROUP == nonode ]]; then