Skip to content
Commits on Source (2)
scripts usr/share/cct
debian/scripts usr/share/cct
lib/scripts usr/share/cct/lib
lib/scripts/* usr/share/cct/lib
lib/perl_modules/Util usr/share/perl5
conf/* etc/cct
Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 05 Sep 2018 20:59:49 +0200
Description: Fix path to cgview.jar in test script
--- a/lib/scripts/cgview_xml_builder/test.sh
+++ b/lib/scripts/cgview_xml_builder/test.sh
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
-cgview=../cgview_comparison_tool/bin/cgview.jar
+cgview=/usr/share/java/cgview.jar
if [ ! -d ./test_output ]; then
mkdir ./test_output
cgview_path.patch
testscripts.patch
debug.patch
fix_cgview_path.patch