Skip to content

Commit 6df1b13

Browse files
committed
Don't overwrite the test instr with an mcpl file ;-)
1 parent 0c61827 commit 6df1b13

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mcxtrace-winbasictest-mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
working-directory: run_mcpl_input
113113
run: |
114114
copy ..\install\share\mcxtrace\resources\examples\Tests_MCPL_etc\Test_MCPL_input\Test_MCPL_input.instr test.instr
115-
copy ..\install\share\mcxtrace\resources\examples\Tests_MCPL_etc\Test_MCPL_input\voutput.mcpl.gz test.instr
115+
copy ..\install\share\mcxtrace\resources\examples\Tests_MCPL_etc\Test_MCPL_input\voutput.mcpl.gz .
116116
117117
- name: Prepare MCPL_output instrument
118118
working-directory: run_mcpl_output

.github/workflows/mcxtrace-winbasictest-msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
working-directory: run_mcpl_input
135135
run: |
136136
copy ..\install\share\mcxtrace\resources\examples\Tests_MCPL_etc\Test_MCPL_input\Test_MCPL_input.instr test.instr
137-
copy ..\install\share\mcxtrace\resources\examples\Tests_MCPL_etc\Test_MCPL_input\voutput.mcpl.gz test.instr
137+
copy ..\install\share\mcxtrace\resources\examples\Tests_MCPL_etc\Test_MCPL_input\voutput.mcpl.gz .
138138
139139
- name: Prepare MCPL_output instrument
140140
working-directory: run_mcpl_output

0 commit comments

Comments
 (0)