Skip to content

Commit

Permalink
Improve python test_blah.py output
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 authored and rmjarvis committed Sep 18, 2024
1 parent ecffc88 commit b25d099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/galsim_test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def runtests(filename, parser=None):
parser.add_argument('--profile', action='store_true', help='Profile tests')
parser.add_argument('--prof_out', default=None, help="Profiler output file")
args, unknown_args = parser.parse_known_args()
pytest_args = [filename] + unknown_args + ["--run_slow"]
pytest_args = [filename] + unknown_args + ["--run_slow", "--tb=short", "-s"]

if args.profile:
import cProfile, pstats
Expand Down

0 comments on commit b25d099

Please sign in to comment.