Skip to content

Commit

Permalink
on to newExtent.solo tweak in test_defaultRegistry.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Oct 28, 2023
1 parent 4280a38 commit 38508ae
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/test_defaultRegistry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,16 +138,13 @@ pushd $STONES_HOME/test_stones/stones/$stoneName
# test snapshot.stone -- snapshot.stone must be run in the stone directory
# this script is expected to be run in non-Rowan extents and cannot load
# the GsDevKit_stones support code (right now)
ls -altr
which superdoit_stone
cat `which superdoit_stone`
if [ ! -d "snapshots" ]; then
mkdir snapshots
fi
snapshot.stone --extension=`date +%m-%d-%Y_%H:%M:%S`.dbf snapshots --safely $*
# should remove the requirement for -r ...
newExtent.solo -r $defaultRegistryName -e snapshots/*.dbf $stoneName $*
popd
# should remove the requirement for -r ...
newExtent.solo -r $defaultRegistryName -e snapshots/*.dbf $stoneName $*

# Add ROWAN_PROJECTS_HOME env var to point to the git directory where git repositories
# used by this stone reside
Expand Down

0 comments on commit 38508ae

Please sign in to comment.