Skip to content

Commit

Permalink
Add usage example for typical CESM workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
billsacks committed Aug 19, 2016
1 parent 9fac682 commit 4e5facf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/Tools/compare_test_results
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit 4e5facf

Please sign in to comment.