diff options
author | V1K1NGbg <victor@ilchev.com> | 2024-08-07 14:33:30 +0300 |
---|---|---|
committer | V1K1NGbg <victor@ilchev.com> | 2024-08-07 14:33:30 +0300 |
commit | 182858846757f19f40d111fa147164d1be74ac93 (patch) | |
tree | 6cd9e198aa21968175f329ca1a397df8424c89d8 | |
parent | 10c7a22e1dd183d151f49b6502dc1135641705c2 (diff) | |
download | luarocks-182858846757f19f40d111fa147164d1be74ac93.tar.gz luarocks-182858846757f19f40d111fa147164d1be74ac93.tar.bz2 luarocks-182858846757f19f40d111fa147164d1be74ac93.zip |
verbose tests
-rw-r--r-- | spec/quick/install.q | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/quick/install.q b/spec/quick/install.q index e2df4283..18f80eee 100644 --- a/spec/quick/install.q +++ b/spec/quick/install.q | |||
@@ -536,7 +536,7 @@ return "hasdep" | |||
536 | RUN: luarocks build myrock-2.0-1.rockspec | 536 | RUN: luarocks build myrock-2.0-1.rockspec |
537 | RUN: luarocks build hasdep-1.0-1.rockspec | 537 | RUN: luarocks build hasdep-1.0-1.rockspec |
538 | RUN: luarocks build myrock-1.0-1.rockspec | 538 | RUN: luarocks build myrock-1.0-1.rockspec |
539 | 539 | VERBOSE: true | |
540 | STDERR: | 540 | STDERR: |
541 | -------------------------------------------------------------------------------- | 541 | -------------------------------------------------------------------------------- |
542 | Will not remove myrock 2.0 | 542 | Will not remove myrock 2.0 |
@@ -607,7 +607,7 @@ return "hasdep" | |||
607 | RUN: luarocks build myrock-2.0-1.rockspec | 607 | RUN: luarocks build myrock-2.0-1.rockspec |
608 | RUN: luarocks build hasdep-1.0-1.rockspec | 608 | RUN: luarocks build hasdep-1.0-1.rockspec |
609 | RUN: luarocks build myrock-1.0-1.rockspec --force | 609 | RUN: luarocks build myrock-1.0-1.rockspec --force |
610 | 610 | VERBOSE: true | |
611 | STDERR: | 611 | STDERR: |
612 | -------------------------------------------------------------------------------- | 612 | -------------------------------------------------------------------------------- |
613 | The following packages may be broken by this forced removal | 613 | The following packages may be broken by this forced removal |