Skip to content

Commit

Permalink
chore(backstop): rename backstop script
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Feb 22, 2024
1 parent 2d94b03 commit 00962e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
File renamed without changes.
10 changes: 5 additions & 5 deletions _utils/dg
Original file line number Diff line number Diff line change
Expand Up @@ -75,23 +75,23 @@ while test "$1" != --; do
break
;;
tv | test-visual | backstop)
/bin/bash $DGPATH/_scripts/visual-regression.sh test $2
/bin/bash $DGPATH/_scripts/backstop.sh test $2
break
;;
tvt | test-visual-skip-build | backstop-test)
/bin/bash $DGPATH/_scripts/visual-regression.sh test-now $2
/bin/bash $DGPATH/_scripts/backstop.sh test-now $2
break
;;
tvr | test-visual-remote-service | backstop-remote)
/bin/bash $DGPATH/_scripts/visual-regression.sh remote $2
/bin/bash $DGPATH/_scripts/backstop.sh remote $2
break
;;
tvref | test-visual-ref | backstop-reference)
/bin/bash $DGPATH/_scripts/visual-regression.sh ref $2
/bin/bash $DGPATH/_scripts/backstop.sh ref $2
break
;;
tva | test-visual-approve | backstop-approve)
/bin/bash $DGPATH/_scripts/visual-regression.sh approve $2
/bin/bash $DGPATH/_scripts/backstop.sh approve $2
break
;;
sp | spelling | cspell)
Expand Down

0 comments on commit 00962e5

Please sign in to comment.