Skip to content

Commit

Permalink
#10923 - Quick fix Epl-run.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Feb 10, 2025
1 parent a339be9 commit 87561bf
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 87561bf

@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.

10923 (jmarrec) - x86_64-Linux-Ubuntu-24.04-gcc-13.3: OK (2959 of 2959 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.

10923 (jmarrec) - x86_64-Linux-Ubuntu-24.04-gcc-13.3-UnitTestsCoverage-RelWithDebInfo: OK (2141 of 2141 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.

10923 (jmarrec) - 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.