Skip to content

Commit

Permalink
added jupyter lab clean --flag commands to usage test, as requested
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Dec 5, 2019
1 parent cceac68 commit bff4f75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/ci_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bff4f75

Please sign in to comment.