Update location of the examples.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 3 Mar 2011 19:50:51 +0000 (19:50 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 3 Mar 2011 19:50:51 +0000 (19:50 +0000)
org.glite.testsuites.ctb/LB/tests/lb-test-purge.pl

index 544ea8d..e176dbd 100755 (executable)
@@ -25,6 +25,8 @@ $inst = "/opt/glite" unless $inst;
 $sbin = "$inst/sbin";
 $bin = "$inst/bin";
 $test = "$inst/examples";
+$t = "$inst/lib/glite-lb/examples"; if (-d $t) { $test = $t; }
+$t = "$inst/lib64/glite-lb/examples"; if (-d $t) { $test = $t; }
 $purge = "glite-lb-purge";
 $status = "$test/glite-lb-job_status";
 $log = "$test/glite-lb-job_log";