Commit ac11b99
committed
testsuite: fix invalid config tests in t2312
Problem: The invalid config tests in t2312-resource-exclude.t
fail because there is no tty, not due to the invalid config. This
is because the instances are run without argument, so are trying to
launch an interactive shell. The tests thus fail with:
lt-flux-broker: stdin is not a tty - can't run interactive shell
ok 7 - config with bad exclude idset fails
lt-flux-broker: stdin is not a tty - can't run interactive shell
ok 8 - config with out of range exclude idset fails
Add `true` as the argument to flux-start so that the instance would
succeed if the invalid config was ignored.1 parent aa64811 commit ac11b99
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments