Skip to content

Commit 9f26079

Browse files
authored
Changed selected output file name to not contain parentheses
It caused problems with ctest
1 parent fde2de5 commit 9f26079

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/cmake.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ jobs:
135135
strategy:
136136
fail-fast: false
137137
matrix:
138-
# os: [macos-latest, ubuntu-latest, windows-2019, windows-latest]
139-
os: [windows-2019]
138+
os: [macos-latest, ubuntu-latest, windows-latest]
140139

141140
needs: [build, build-numdiff]
142141
runs-on: ${{ matrix.os }}
@@ -165,7 +164,7 @@ jobs:
165164
arch: x64
166165

167166
- name: CTest
168-
run: ctest -S ctest.cmake -DCTEST_TEST_TIMEOUT=900 --extra-verbose
167+
run: ctest -S ctest.cmake -DCTEST_TEST_TIMEOUT=900
169168

170169
- name: CMemCheck (Linux)
171170
if: runner.os == 'Linux'

mytest/NH4_2_SO4

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#PRINT; -reset false
33
database ../database/Amm.dat
44
SELECTED_OUTPUT 101
5-
-file (NH4)2SO4_101.sel
5+
-file NH4_2SO4_101.sel
66
USER_PUNCH 101
77
-headings Mu SC
88
-start

0 commit comments

Comments
 (0)