mirror of
https://github.com/JHUAPL/kaiju.git
synced 2026-01-08 22:58:05 -05:00
Removed backticks from derecho string.
This commit is contained in:
@@ -92,7 +92,7 @@ eval $cmd
|
||||
|
||||
# Run the comparison. Post results to Slack if any test fails.
|
||||
reference_run=`cat /glade/u/home/ewinter/mage_testing/test_runs/derecho_configuration_check_runs.txt`
|
||||
cmd="python $KAIJUHOME/testingScripts/compare_mage_runs_numerical.py -sv --run_description='`derecho` configuration check' $reference_run `pwd`/weeklyDashGo.xml >& compare_mage_runs_numerical.out"
|
||||
cmd="python $KAIJUHOME/testingScripts/compare_mage_runs_numerical.py -sv --run_description='derecho configuration check' $reference_run `pwd`/weeklyDashGo.xml >& compare_mage_runs_numerical.out"
|
||||
echo "Run comparison command is:"
|
||||
echo $cmd
|
||||
eval $cmd
|
||||
|
||||
Reference in New Issue
Block a user