Commit 826d238
committed
Make config_machines_template.xml closer to working out of the box
For the sake of testing, I wanted to be able to set up a case that uses
the machine defined in config_machines_template.xml. There were three
problems that I have fixed here:
- CHARGE_ACCOUNT cannot be an empty string
- GMAKE cannot be an empty string
- If BATCH_SYSTEM is not none, then it seems that we need to add an
entry for this machine in config_batch.xml
With the changes here, I am able to get through the case.setup step
(which is how far I want to get), using a command like:
./create_newcase --case test_mymachine_0427b --compset X --res f19_g16 --mach mymachine -n --output-root .1 parent 370ce1d commit 826d238
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments