Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / t / test.t @ 37d81d7a

Historique | Voir | Annoter | Télécharger (8,23 ko)

# Date Auteur Commentaire
3143c2c5 2020-08-25 11:49 Lars Kruse

Tests: apply the exceptions to ruby-based code checks

758c3ecd 2020-08-25 11:44 Lars Kruse

Tests: add ruby style and code checks via rubocop

At the moment all plugins fail the test out of various reasons.
Thus they are exempted from causing test failures.

But future (new) plugins will fail the test and thus indicate the
relevant steps to fix issues before a plugin is included.

e5abdeeb 2019-08-12 23:16 Lars Kruse

tests: enable shellcheck for shell-based plugins and flake8 for python-based plugins

Many plugins are still failing these tests.
These expected failures are listed in a file
(t/test-exception-wrapper.expected-failures)
A wrapper script is used for running the tests and comparing the result...

878e7334 2019-07-27 15:15 Steve Schnepp

t: fixing skip

f42fdaa6 2019-07-27 15:03 Steve Schnepp

t: ignore empty files

58f0ab64 2019-07-27 10:54 Steve Schnepp

travis: remove the check for the nvidia plugin

6c0e154e 2018-03-09 00:10 Lars Kruse

tests: add "shellcheck" tests for "ksh" scripts

ebe5be1d 2018-03-08 17:43 Lars Kruse

tests: verify executable flag for plugins with shebang

29e6f53c 2018-03-08 17:21 Lars Kruse

test: removed duplicate branch for "zsh"

added (by mistake) in c503e0dbcfd8ccffbe7e86c1437266baf53802c9

7ec35e17 2018-03-07 22:26 Lars Kruse

tests: work around 'checkbashisms' complaining about "command -v"

"command -v" should be the preferred way of determining the location (or
existence) of an executable.
Sadly "checkbashisms" interprets "command -v" as a possible bashism,
since "command -v" was introduced in IEEE 1003.1 2013....

78dea36c 2016-10-20 19:45 sumpfralle

Merge pull request #648 from akorn/master

plugins/virtualization/vserver/vserver_jiffies: several enhancements (but zsh)

c503e0db 2016-10-16 20:21 Lars Kruse

CI / Travis: add zsh syntax check

d1a8965b 2015-10-30 01:09 Lars Kruse

tests: test compiling with python3 if given as shebang interpreter

Currently plugins fail to compile if they use Python 3 syntax features,
even though they use a correct shebang.

a6ea4c42 2015-09-26 11:25 András Korn

Add zsh syntax check to test.t

f007901b 2014-10-05 05:24 Stig Sandbeck Mathisen

Check python scirpts with "py_compile"

- leaves a mess behind, but works
08f196eb 2014-10-05 05:23 Stig Sandbeck Mathisen

perltidy a bit

beca8999 2014-10-04 18:17 Stig Sandbeck Mathisen

Handle perl -T checks

9b01da77 2014-10-04 17:52 Stig Sandbeck Mathisen

improve output and disable python checks for now

673303f1 2014-10-04 15:49 Stig Sandbeck Mathisen

"handle" expect scripts by pretending syntax is ok

6b5e75a0 2014-10-04 14:17 Stig Sandbeck Mathisen

Tidy with perltidy

c4ed6e77 2014-10-04 14:16 Stig Sandbeck Mathisen

remove shell quoting, it is not needed

92e7aaf8 2014-10-04 13:43 Stig Sandbeck Mathisen

relax bash regexp a bit, to allow for /usr/bin/env bash

23336966 2014-10-04 13:33 Stig Sandbeck Mathisen

Syntax check ksh

80cb3741 2014-10-04 09:40 Stig Sandbeck Mathisen

Add automated tests