-
-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Labels
GSoCContributed in the context of the Google Summer of CodeContributed in the context of the Google Summer of Code
Description
Summary
Extends the fix from #716 to the remaining case-level clean.sh scripts and one non-symlinked clean-tutorial.sh.
- Added
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"andcd "$SCRIPT_DIR"to all 111 case-levelclean.shfiles - Applied the same fix to
partitioned-heat-conduction-direct/clean-tutorial.sh(real file, not a symlink, so Make clean-tutorial.sh executable from any directory #716 didn't cover it) - Added missing
set -e -utoflow-around-controlled-moving-cylinder/solid-python/clean.shfor consistency
Closes #667
Test plan
- Run
../clean-tutorial.shfrom inside a case directory (e.g.quickstart/fluid-openfoam/) - Run
./fluid-openfoam/clean.shfrom a tutorial directory (e.g.quickstart/) - Run
clean-all.shfrom the repository root - Verify all three work without errors
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
GSoCContributed in the context of the Google Summer of CodeContributed in the context of the Google Summer of Code