Skip to content

Commit d148e69

Browse files
committed
temporary: add more CI tests
1 parent 3ab251e commit d148e69

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/run_tests.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,16 @@ popd
204204
# test dependency priority
205205
pushd dependency_priority
206206

207+
# temporaray: add more output
208+
"$fpm" --version
209+
207210
# first build should run OK
208211
EXIT_CODE=0
209212
"$fpm" run || EXIT_CODE=$?
210213
test $EXIT_CODE -eq 0
211214

215+
"$fpm" build --verbose
216+
212217
# Build again, should update nothing
213218
"$fpm" build --verbose > build.log
214219
if [[ -n "$(grep Update build.log)" ]]; then

0 commit comments

Comments
 (0)