Projet

Général

Profil

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

root / t / test.t @ 17f78427

Historique | Voir | Annoter | Télécharger (6,44 ko)

# Date Auteur Commentaire
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