From 4e5facfadf3072bf69c155ee3583178458744771 Mon Sep 17 00:00:00 2001 From: Bill Sacks Date: Thu, 18 Aug 2016 19:34:18 -0600 Subject: [PATCH] Add usage example for typical CESM workflow --- scripts/Tools/compare_test_results | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/Tools/compare_test_results b/scripts/Tools/compare_test_results index 96038b3d0f29..ce8afb19ec2e 100755 --- a/scripts/Tools/compare_test_results +++ b/scripts/Tools/compare_test_results @@ -35,7 +35,9 @@ OR > %s -n foo bar \033[1;32m# From most recent run of jenkins, compare history changes for next \033[0m > %s -r /home/jenkins/acme/scratch/jenkins -b next -""" % ((os.path.basename(args[0]), ) * 6), + \033[1;32m# For typical CESM workflow, where baselines are named with tags \033[0m + > %s -t TESTID -b BASELINE_TAG +""" % ((os.path.basename(args[0]), ) * 7), description=description,