Skip to content

Commit

Permalink
Merge pull request #10932 from NREL/10923
Browse files Browse the repository at this point in the history
#10923 - Quick fix Epl-run.bat
  • Loading branch information
Myoldmopar authored Feb 13, 2025
2 parents fe8cd36 + 87561bf commit 502df3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions scripts/Epl-run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ IF EXIST eplusout.sln DEL eplusout.sln
IF EXIST epluszsz.csv DEL epluszsz.csv
IF EXIST epluszsz.tab DEL epluszsz.tab
IF EXIST epluszsz.txt DEL epluszsz.txt
IF EXIST eplusspsz.csv DEL eplusspsz.csv
IF EXIST eplusspsz.tab DEL eplusspsz.tab
IF EXIST eplusspsz.txt DEL eplusspsz.txt
IF EXIST eplusssz.csv DEL eplusssz.csv
IF EXIST eplusssz.tab DEL eplusssz.tab
IF EXIST eplusssz.txt DEL eplusssz.txt
Expand Down Expand Up @@ -487,6 +490,9 @@ IF EXIST eplusout.sln MOVE eplusout.sln "%epout%.sln"
IF EXIST epluszsz.csv MOVE epluszsz.csv "%epout%Zsz.csv"
IF EXIST epluszsz.tab MOVE epluszsz.tab "%epout%Zsz.tab"
IF EXIST epluszsz.txt MOVE epluszsz.txt "%epout%Zsz.txt"
IF EXIST eplusspsz.csv MOVE eplusspsz.csv "%epout%Spsz.csv"
IF EXIST eplusspsz.tab MOVE eplusspsz.tab "%epout%Spsz.tab"
IF EXIST eplusspsz.txt MOVE eplusspsz.txt "%epout%Spsz.txt"
IF EXIST eplusssz.csv MOVE eplusssz.csv "%epout%Ssz.csv"
IF EXIST eplusssz.tab MOVE eplusssz.tab "%epout%Ssz.tab"
IF EXIST eplusssz.txt MOVE eplusssz.txt "%epout%Ssz.txt"
Expand Down
6 changes: 3 additions & 3 deletions scripts/RunEPlus.bat
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ IF EXIST eplusout.sln DEL eplusout.sln
IF EXIST epluszsz.csv DEL epluszsz.csv
IF EXIST epluszsz.tab DEL epluszsz.tab
IF EXIST epluszsz.txt DEL epluszsz.txt
IF EXIST eplusspsz.csv DEL eplusspsz.csv
IF EXIST eplusspsz.tab DEL eplusspsz.tab
IF EXIST eplusspsz.txt DEL eplusspsz.txt
IF EXIST eplusspsz.csv DEL eplusspsz.csv
IF EXIST eplusspsz.tab DEL eplusspsz.tab
IF EXIST eplusspsz.txt DEL eplusspsz.txt
IF EXIST eplusssz.csv DEL eplusssz.csv
IF EXIST eplusssz.tab DEL eplusssz.tab
IF EXIST eplusssz.txt DEL eplusssz.txt
Expand Down

3 comments on commit 502df3d

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (Myoldmopar) - x86_64-Linux-Ubuntu-24.04-gcc-13.3: OK (2976 of 2976 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (Myoldmopar) - x86_64-Linux-Ubuntu-24.04-gcc-13.3-UnitTestsCoverage-RelWithDebInfo: OK (2158 of 2158 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (Myoldmopar) - x86_64-Linux-Ubuntu-24.04-gcc-13.3-IntegrationCoverage-RelWithDebInfo: OK (802 of 802 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.