From 500323da86091f37a70458a9d246fdb722e0acb2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Thu, 3 Mar 2011 19:50:51 +0000 Subject: [PATCH] Update location of the examples. --- org.glite.testsuites.ctb/LB/tests/lb-test-purge.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org.glite.testsuites.ctb/LB/tests/lb-test-purge.pl b/org.glite.testsuites.ctb/LB/tests/lb-test-purge.pl index 544ea8d..e176dbd 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-test-purge.pl +++ b/org.glite.testsuites.ctb/LB/tests/lb-test-purge.pl @@ -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"; -- 1.8.2.3