OLD | NEW |
---|---|
(Empty) | |
1 Traceback (most recent call last): | |
2 File "tools/rebaseline.py", line 288, in <module> | |
3 rebaseliner.RebaselineSubdir(subdir=subdir, builder=builder) | |
4 File "/usr/local/google/home/epoger/src/skia/white/trunk/tools/rebaseline_imag efiles.py", line 260, in RebaselineSubdir | |
5 'gm-expected directory?') % (subdir, self._expectations_root)) | |
6 Exception: Could not find "base-android-galaxy-nexus" subdir within expectations _root "tools/tests/rebaseline/input". Are you sure --expectations-root is point ing at a valid gm-expected directory? | |
epoger
2013/07/10 16:28:39
Since this test case sets --expecations-root to a
Stephen White
2013/07/10 16:47:36
More a design question, but should we actually be
epoger
2013/07/10 16:53:34
Advantages of printing the stack trace:
- gives yo
epoger
2013/07/10 17:14:27
Disadvantage of printing the stack trace: the stac
| |
OLD | NEW |