diff options
author | 2022-06-17 17:04:06 -0400 | |
---|---|---|
committer | 2022-06-17 17:04:06 -0400 | |
commit | b3a4d7e3f14c65516767838f7b347e114b7fa318 (patch) | |
tree | 1c36faca75dc9195e21c16425f4e77ffa628d5c6 | |
parent | 39fc3d353fc939e0b727ebf4247616a7f18dca35 (diff) | |
download | inxi-b3a4d7e3f14c65516767838f7b347e114b7fa318.tar.bz2 inxi-b3a4d7e3f14c65516767838f7b347e114b7fa318.tar.xz inxi-b3a4d7e3f14c65516767838f7b347e114b7fa318.tar.zst |
d/t/basic-operation: Increase verbosity to test more codepaths.
-rwxr-xr-x | debian/tests/basic-operation | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/basic-operation b/debian/tests/basic-operation index 17049ae..b98dc28 100755 --- a/debian/tests/basic-operation +++ b/debian/tests/basic-operation @@ -2,7 +2,7 @@ use Test::Script tests => 5; script_compiles('inxi', "script compiles"); -script_runs(['inxi', '--full'], "full output"); +script_runs(['inxi', '--no-sudo', '--full', '--verbosity', '8'], "full output"); script_runs(['inxi', '--version'], "version check"); script_runs(['inxi', '--update'], { exit => 20 }, "update disabled"); script_runs(['inxi', '--kvack'], { exit => 22 }, "unsupported option"); |