Skip to content

Commit

Permalink
export
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: dignifiedquire <dignifiedquire@gmail.com>
  • Loading branch information
dignifiedquire committed Dec 6, 2015
1 parent 1db27f4 commit 2c78d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ build_script:
- '%BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; make nofuse"'

test_script:
- '%BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; TEST_NO_FUSE=1 TEST_VERBOSE=1 make test_sharness_expensive"'
- '%BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; export TEST_NO_FUSE=1; export TEST_VERBOSE=1; export TEST_SUITE=test_sharness_expensive; make $TEST_SUITE"'

build:
parallel: true

0 comments on commit 2c78d5c

Please sign in to comment.