Skip to content

Commit

Permalink
Change location of unifyfs-stage in test script
Browse files Browse the repository at this point in the history
Point the test script at the new location (ie: the bin dir) for the
unifyfs-stage binary.
  • Loading branch information
rgmiller authored and adammoody committed Apr 4, 2022
1 parent 20536f5 commit e8155db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/ci/800-stage-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
test_description="UnifyFS Stage-in+Stage-out tests"

# utility checking to make sure everything's in place.
STAGE_EXE=${UNIFYFS_EXAMPLES}/unifyfs-stage
STAGE_EXE=${UNIFYFS_BIN}/unifyfs-stage
test_expect_success "unify-stage executable exists" '
test_path_is_file $STAGE_EXE
'
Expand Down

0 comments on commit e8155db

Please sign in to comment.