From 0538a48fd0653631f6de8d8a16ef4f18c60d0d96 Mon Sep 17 00:00:00 2001 From: Bryan Herman Date: Thu, 3 Apr 2014 22:22:09 -0400 Subject: [PATCH] removed spaces in valgrind default tests --- tests/run_nightly_tests.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/run_nightly_tests.py b/tests/run_nightly_tests.py index 4170521ae7..50ee0e75bc 100755 --- a/tests/run_nightly_tests.py +++ b/tests/run_nightly_tests.py @@ -210,11 +210,11 @@ ctest_vars = { # Set up default valgrind tests # Currently takes too long to run all the tests with valgrind valgrind_default_tests = "basic|cmfd_feed|confidence_intervals| \ - density_atombcm|eigenvalue_genperbatch|energy_grid|entropy| \ - filter_cell|lattice_multiple|output|plot_background|reflective_plane| \ - rotation|salphabeta_multiple|score_absorption|seed|source_energy_mono| \ - sourcepoint_batch|statepoint_interval|survival_biasing| \ - tally_assumesep|translation|uniform_fs|universe|void" +density_atombcm|eigenvalue_genperbatch|energy_grid|entropy| \ +filter_cell|lattice_multiple|output|plot_background|reflective_plane| \ +rotation|salphabeta_multiple|score_absorption|seed|source_energy_mono| \ +sourcepoint_batch|statepoint_interval|survival_biasing| \ +tally_assumesep|translation|uniform_fs|universe|void" # Begin testing shutil.rmtree('build', ignore_errors=True)