internal/rosa/fuse: fix init script path
All checks were successful
Test / Create distribution (push) Successful in 1m0s
Test / Sandbox (push) Successful in 2m48s
Test / Hakurei (push) Successful in 3m54s
Test / ShareFS (push) Successful in 4m2s
Test / Hpkg (push) Successful in 4m29s
Test / Sandbox (race detector) (push) Successful in 5m5s
Test / Hakurei (race detector) (push) Successful in 6m0s
Test / Flake checks (push) Successful in 1m42s
All checks were successful
Test / Create distribution (push) Successful in 1m0s
Test / Sandbox (push) Successful in 2m48s
Test / Hakurei (push) Successful in 3m54s
Test / ShareFS (push) Successful in 4m2s
Test / Hpkg (push) Successful in 4m29s
Test / Sandbox (race detector) (push) Successful in 5m5s
Test / Hakurei (race detector) (push) Successful in 6m0s
Test / Flake checks (push) Successful in 1m42s
The default value is quite misleading. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -17,7 +17,7 @@ func (t Toolchain) newFuse() pkg.Artifact {
|
|||||||
{"Ddefault_library", "both"},
|
{"Ddefault_library", "both"},
|
||||||
{"Dtests", "true"},
|
{"Dtests", "true"},
|
||||||
{"Duseroot", "false"},
|
{"Duseroot", "false"},
|
||||||
{"Dinitscriptdir", "/system/init.d"},
|
{"Dinitscriptdir", "/system/etc"},
|
||||||
},
|
},
|
||||||
|
|
||||||
ScriptCompiled: "python3 -m pytest test/",
|
ScriptCompiled: "python3 -m pytest test/",
|
||||||
|
|||||||
Reference in New Issue
Block a user