Skip to content

Commit a11a3ce

Browse files
committed
Remove superfluous seed=1000
1 parent fe6cfca commit a11a3ce

6 files changed

Lines changed: 6 additions & 6 deletions

.github/workflows/mcstas-basictest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
./install_mcstas/bin/${MCSTAS_EXECUTABLE} --version
176176
mkdir run_RNG && cd run_RNG
177177
cp ../install_mcstas/share/mcstas/resources/examples/Tests_RNG/Test_RNG_rand01/Test_RNG_rand01.instr .
178-
../install_mcstas/bin/${MCRUN_EXECUTABLE} Test_RNG_rand01.instr -s1000 seed=1000 -d RNGtest
178+
../install_mcstas/bin/${MCRUN_EXECUTABLE} Test_RNG_rand01.instr -s1000 -d RNGtest
179179
export SUM=`grep -v \# RNGtest/rngout.dat | ${MD5SUM} | cut -f1 -d\ `
180180
export EXPECTED="f192ce4609e2225bf9d42ce9c5fa5a86"
181181
if [ "${EXPECTED}" == "${SUM}" ];

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131

132132
- name: Run rng instrument
133133
working-directory: run_rng
134-
run: ..\install\bin\mcrun --verbose test.instr -s1000 seed=1000 -d RNGtest
134+
run: ..\install\bin\mcrun --verbose test.instr -s1000 -d RNGtest
135135

136136
- name: Test RNG instrument output
137137
working-directory: run_rng

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151

152152
- name: Run rng instrument
153153
working-directory: run_rng
154-
run: ..\install\bin\mcrun --verbose test.instr -s1000 seed=1000 -d RNGtest
154+
run: ..\install\bin\mcrun --verbose test.instr -s1000 -d RNGtest
155155

156156
- name: Test RNG instrument output
157157
working-directory: run_rng

.github/workflows/mcxtrace-basictest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
./install_mcxtrace/bin/${MCXTRACE_EXECUTABLE} --version
179179
mkdir run_RNG && cd run_RNG
180180
cp ../install_mcxtrace/share/mcxtrace/resources/examples/Tests_RNG/Test_RNG_rand01/Test_RNG_rand01.instr .
181-
../install_mcxtrace/bin/${MXRUN_EXECUTABLE} Test_RNG_rand01.instr -s1000 seed=1000 -d RNGtest
181+
../install_mcxtrace/bin/${MXRUN_EXECUTABLE} Test_RNG_rand01.instr -s1000 -d RNGtest
182182
export SUM=`grep -v \# RNGtest/rngout.dat | ${MD5SUM} | cut -f1 -d\ `
183183
export EXPECTED="f192ce4609e2225bf9d42ce9c5fa5a86"
184184
if [ "${EXPECTED}" == "${SUM}" ];

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120

121121
- name: Run rng instrument
122122
working-directory: run_rng
123-
run: ..\install\bin\mxrun --verbose test.instr -s1000 seed=1000 -d RNGtest
123+
run: ..\install\bin\mxrun --verbose test.instr -s1000 -d RNGtest
124124

125125
- name: Test RNG instrument output
126126
working-directory: run_rng

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142

143143
- name: Run rng instrument
144144
working-directory: run_rng
145-
run: ..\install\bin\mxrun --verbose test.instr -s1000 seed=1000 -d RNGtest
145+
run: ..\install\bin\mxrun --verbose test.instr -s1000 -d RNGtest
146146

147147
- name: Test RNG instrument output
148148
working-directory: run_rng

0 commit comments

Comments
 (0)