Closed KineticTheory closed 3 years ago
Merging #1116 (6fa6793) into develop (605e1e1) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #1116 +/- ##
=======================================
Coverage 89.0% 89.0%
=======================================
Files 373 373
Lines 19573 19573
=======================================
Hits 17420 17420
Misses 2153 2153
Background
pre-commit-copyright
script fails when/tmp/$USER
doesn't exist.Description of changes
check_style.sh
expect the path/tmp/$USER
to exist. Create this path if it doesn't already exist..sh
), but excludecheck_style.sh
as the script logic gets confused for this file (too manyCopyright
strings).rdp
(runsxfreerdp
). This is useful for running desktop-on-demand Win10 sessions from the Cortez network. Also, cleanup comment formatting inbash_functions.sh
.Status