From aa0a04d99d9a5d3565b0318bd10e8695fdd30376 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Tue, 6 Aug 2013 18:58:14 +0200 Subject: [PATCH] most hardcoded stuff changed --- Environment.pm | 2 +- tools/testgui.pl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Environment.pm b/Environment.pm index f343aa2..649e862 100644 --- a/Environment.pm +++ b/Environment.pm @@ -15,7 +15,7 @@ use constant SETUPDIR => JTAGROOTPATH."setup/"; use constant CONFDIR => JTAGROOTPATH."config/"; use constant SPECDIR => JTAGROOTPATH."specs/"; use constant PICTUREPATH => TEMPDIR."prevImgs/"; #path for images on webserver (absolute path) -use constant PICTUREPATHREL => "/jtag/temp/prevImgs/"; #path for images on webserver for browser +use constant PICTUREPATHREL => "../temp/prevImgs/"; #path for images on webserver relative to tools/ use constant DUMPPATH => "/tmp/MAPS_PREV/"; #path for small hld dumps use constant SETUPFILE => SETUPDIR."testsetup.xml"; diff --git a/tools/testgui.pl b/tools/testgui.pl index 2b0508c..c8ed771 100755 --- a/tools/testgui.pl +++ b/tools/testgui.pl @@ -23,8 +23,8 @@ use Environment; our $setupDir = SETUPDIR; our $confDir = CONFDIR; our $specDir = SPECDIR; -my $picPathRel= PICTUREPATHREL; -my $picPath = PICTUREPATH; +my $picPath= PICTUREPATHREL; +# my $picPath = PICTUREPATH; my $setupFile = SETUPFILE; # the file that tells me what fields should be printed in the quick edit area -- 2.43.0