Skip to content

Commit

Permalink
update snapshot script for new example-binary paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkrives committed Feb 10, 2019
1 parent 5060462 commit d22716b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ set -e -o pipefail

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

cargo build
printer="$SCRIPT_DIR/../target/debug/printer"
parser="$SCRIPT_DIR/../target/debug/parser"
cargo build --examples
printer="$SCRIPT_DIR/../target/debug/examples/printer"
parser="$SCRIPT_DIR/../target/debug/examples/parser"

cd "$SCRIPT_DIR/area-data"

Expand Down

0 comments on commit d22716b

Please sign in to comment.