diff options
author | William Deegan <bill@baddogconsulting.com> | 2018-10-09 20:23:51 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2018-10-09 20:23:51 (GMT) |
commit | ade84bc59db524fbccd670bfadefa786407c7c0b (patch) | |
tree | a3da7c7e0fa926ad41f01ae09ab709c660c67bd9 /test/Java/swig-dependencies.py | |
parent | a1c6873e2f84240feab9a923ccc1ebcda3160339 (diff) | |
parent | e342d031c2a80cc7eb27ca139b7adee2d37a8216 (diff) | |
download | SCons-ade84bc59db524fbccd670bfadefa786407c7c0b.zip SCons-ade84bc59db524fbccd670bfadefa786407c7c0b.tar.gz SCons-ade84bc59db524fbccd670bfadefa786407c7c0b.tar.bz2 |
Merge remote-tracking branch 'upstream/master' into subst_rewrite
Diffstat (limited to 'test/Java/swig-dependencies.py')
-rw-r--r-- | test/Java/swig-dependencies.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Java/swig-dependencies.py b/test/Java/swig-dependencies.py index c72c44a..bd7a576 100644 --- a/test/Java/swig-dependencies.py +++ b/test/Java/swig-dependencies.py @@ -130,7 +130,7 @@ except: # Bug ticket reported also this seems work fine when running outsite # the test framework test.skip_test('Throwing no result for this test because of bug ' + - 'related here: http://scons.tigris.org/issues/show_bug.cgi?id=2907\n') + 'related here: https://github.com/SCons/scons/issues/2907\n') pass #test.must_exist(['java', 'classes', 'foopack', 'foopack.class']) #test.must_exist(['java', 'classes', 'foopack', 'foopackJNI.class']) |