forked from cms-sw/cmssw
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
silencing logs in the relvals; unit test refreshed
- Loading branch information
1 parent
5bef250
commit 35a0252
Showing
4 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Running tests on lxplus | ||
|
||
|
||
## Using scram | ||
|
||
To be able to run tests locally enable re-director used internally by `cmsbuild`: | ||
|
||
``` | ||
CMS_PATH="/cvmfs/cms-ib.cern.ch" SITECONFIG_PATH="/cvmfs/cms-ib.cern.ch/SITECONF/local" scram b runtests | ||
``` | ||
|
||
## Manually (to inspect test output files) | ||
|
||
To run the tests in this directory (`Calibration/PPSAlCaRecoProducer/test/`) type: | ||
|
||
``` | ||
CMS_PATH="/cvmfs/cms-ib.cern.ch" SITECONFIG_PATH="/cvmfs/cms-ib.cern.ch/SITECONF/local" ./test_express_AlCaRecoProducer.sh | ||
``` | ||
|
||
and | ||
|
||
``` | ||
SCRAM_TEST_PATH=. ./test_express_PPSAlCaReco_output.sh | ||
``` | ||
|
||
The same can be done for prompt tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters