Hi,
the following patch tries to fixe an issue with the path to the
resource manager test script being set incorrectly.
this works on CentOS, however i am unsure that this is also
the location of the pbs_test script for other distributions.
Comments welcome.
without this patch step 8 "Test Cluster Setup" fails with the
following error:
Preparing user tests...
cp: cannot stat `/packages/torque/testing/pbs_test': No such file or
directory
Failed to copy /packages/torque/testing/pbs_test to /home/oscartst for
Resource Manager TORQUE at ./test_cluster line 224
thanks
kind regards
Thilo
[r...@buster scripts]# svn diff
Index: TORQUE.pm
===================================================================
--- TORQUE.pm (revision 8678)
+++ TORQUE.pm (working copy)
@@ -35,7 +35,7 @@
major => $xml_ref->{version}->{major},
minor => $xml_ref->{version}->{minor},
subversion => $xml_ref->{version}->{subversion},
- test => "$ENV{OSCAR_HOME}/packages/$pkg/testing/$test",
+ test => "/var/lib/oscar/$pkg/testing/$test",
jobscript => $jobscript,
};
[r...@buster scripts]# pwd
/root/src/oscar/packages/torque/scripts
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel