double quotes
This commit is contained in:
parent
8d35a8498b
commit
071a34df27
@ -115,7 +115,7 @@ def test(self):
|
|||||||
if self.spec.version <= Version("2.2.6"):
|
if self.spec.version <= Version("2.2.6"):
|
||||||
return
|
return
|
||||||
exe = "uniform"
|
exe = "uniform"
|
||||||
options = ['../share/testdata/pipe.dmg', '../share/testdata/pipe.smb', 'pipe_unif.smb']
|
options = ["../share/testdata/pipe.dmg", "../share/testdata/pipe.smb", "pipe_unif.smb"]
|
||||||
expected = "mesh pipe_unif.smb written"
|
expected = "mesh pipe_unif.smb written"
|
||||||
description = "testing pumi uniform mesh refinement"
|
description = "testing pumi uniform mesh refinement"
|
||||||
self.run_test(exe, options, expected, purpose=description, work_dir=self.prefix.bin)
|
self.run_test(exe, options, expected, purpose=description, work_dir=self.prefix.bin)
|
||||||
@ -123,7 +123,7 @@ def test(self):
|
|||||||
mpiexec = Executable(join_path(self.spec["mpi"].prefix.bin, "mpiexec")).command
|
mpiexec = Executable(join_path(self.spec["mpi"].prefix.bin, "mpiexec")).command
|
||||||
mpiopt = ["-n", "2"]
|
mpiopt = ["-n", "2"]
|
||||||
exe = ["split"]
|
exe = ["split"]
|
||||||
options = ['../share/testdata/pipe.dmg', '../share/testdata/pipe.smb', 'pipe_2_.smb', '2']
|
options = ["../share/testdata/pipe.dmg", "../share/testdata/pipe.smb", "pipe_2_.smb", "2"]
|
||||||
expected = "mesh pipe_2_.smb written"
|
expected = "mesh pipe_2_.smb written"
|
||||||
description = "testing pumi mesh partitioning"
|
description = "testing pumi mesh partitioning"
|
||||||
self.run_test(
|
self.run_test(
|
||||||
|
Loading…
Reference in New Issue
Block a user