Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Adjust scripts location to make example test scrip pass
· 2e32fbd8
Andreas Tille
authored
Sep 05, 2018
2e32fbd8
Fix path to cgview.jar in test script
· e859d177
Andreas Tille
authored
Sep 05, 2018
e859d177
Hide whitespace changes
Inline
Side-by-side
debian/cct.install
View file @
e859d177
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
debian/patches/fix_cgview_path.patch
0 → 100644
View file @
e859d177
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
debian/patches/series
View file @
e859d177
cgview_path.patch
testscripts.patch
debug.patch
fix_cgview_path.patch