diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-03-17 05:44:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-17 13:44:37 +0100 |
commit | af9c85270198455c7ba218fae919e79060a8960a (patch) | |
tree | a032ae34059a9622b7070936b76fd4bc20812c65 /tests/vm | |
parent | 6a23452bf4f386a57bcbb4e99c8d27149fe1d10b (diff) | |
download | Nim-af9c85270198455c7ba218fae919e79060a8960a.tar.gz |
fix `nim doc subdir/foo` which was generating broken css; + other fixes (#13647)
* docgen: minor refactoring via docOutDir * fix css for `nim doc subdir/foo` without --outdir nor -o * tcompilesetting.nim: keep `git status` clean * re-enable pkg nimgame2 that got fixed upstream
Diffstat (limited to 'tests/vm')
-rw-r--r-- | tests/vm/tcompilesetting.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/tcompilesetting.nim b/tests/vm/tcompilesetting.nim index 0e936d377..79527d584 100644 --- a/tests/vm/tcompilesetting.nim +++ b/tests/vm/tcompilesetting.nim @@ -1,5 +1,5 @@ discard """ -cmd: "nim c --nimcache:myNimCache --nimblePath:myNimblePath $file" +cmd: "nim c --nimcache:build/myNimCache --nimblePath:myNimblePath $file" joinable: false """ |