Skip to content

Commit

Permalink
Merge pull request #43 from visit-dav/rebase/markcmiller86/30Jan19_re…
Browse files Browse the repository at this point in the history
…base_samrai_ghost

Rebase for SAMRAI ghost zone and avtRealDims
  • Loading branch information
markcmiller86 committed Jan 30, 2019
2 parents 9abd5b5 + 7445ec8 commit 9f6e833
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions src/test/rebase.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,9 @@ def confirm_startup_dir_is_visit_test_root():
if not os.getcwd().split('/')[-1] == 'test':
print '"test" does not appear to be current working directory name.'
retval = False
if not os.access(".svn", os.F_OK):
print '".svn" does not appear to be present in the current working directory.'
retval = False
if not os.access("baseline", os.F_OK):
print '"baseline" does not appear to be present in the current working directory.'
retval = False
if not os.access("visit_test_suite.py", os.F_OK):
print '"visit_test_suite.py" does not appear to be present in the current working directory.'
retval = False
if not retval:
print "Run this script only from the root of the VisIt test dir tree"
sys.exit(1)
Expand Down Expand Up @@ -194,7 +188,7 @@ def copy_currents_from_html_pages(filelist, datetag, prompt, test_type):
print "Warning: file \"%s\" is not PNG format!"%target_file
newsize = os.stat(target_file).st_size
if newsize < (1-0.25)*cursize or newsize > (1+0.25)*cursize:
print "Warning: dramatic change in size of file \"%s\"!"%target_file
print "Warning: dramatic change in size of file (old=%d/new=%d)\"%s\"!"%(cursize,newsize,target_file)

#
# Confirm in correct dir
Expand Down
4 changes: 2 additions & 2 deletions test/baseline/databases/samrai/samrai_37.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9f6e833

Please sign in to comment.