File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Typically, I'll copy over the minimized code
44
44
to the root and run:
45
45
46
46
```
47
- ./bazel build //main:scip-ruby --config=dbg && ./bazel-out/darwin-dbg/bin/main/scip-ruby tmp.rb -p cfg-text --index-file index.scip
47
+ ./bazel build //main:scip-ruby --config=dbg && ./bazel-out/darwin-dbg/bin/main/scip-ruby tmp.rb -p cfg-text --index-file /dev/null
48
48
```
49
49
50
50
Alternately, it may be useful to create a ` tmp.rb `
@@ -55,5 +55,5 @@ file under the `test/scip/snapshots/` directory
55
55
# Check
56
56
./bazel test //test/scip:tmp --config=dbg
57
57
# View output
58
- ./bazel test //test/scip:update_tmp --config=dbg && cat test/scip/snapshots /tmp.snapshot.rb
58
+ ./bazel test //test/scip:update_tmp --config=dbg && cat test/scip/testdata /tmp.snapshot.rb
59
59
```
You can’t perform that action at this time.
0 commit comments