#1 Enable tests from the shell tests repository
Merged 5 years ago by huzaifas. Opened 5 years ago by psss.
rpms/ psss/dash tests  into  master

file added
+17
@@ -0,0 +1,17 @@ 

+ ---

+ 

+ - hosts: localhost

+   roles:

+   - role: standard-test-beakerlib

+     tags:

+     - classic

+     repositories:

+     - repo: "https://src.fedoraproject.org/tests/shell.git"

+       dest: "shell"

+       fmf_filter: "tier: 1, 2 & component: dash"

+     environment:

+       PACKAGES: dash

+       SH_BIN: dash

+     required_packages:

+     - expect            # login requires expect

+     - which             # smoke requires which

Adding initial set of basic functionality tests for dash
according to the Standard Test Interface [1]. See Quick Start
Guide [2] for brief introduction about how to run these tests
and the Fedora CI portal [3] for more detailed info and links.

[1] https://fedoraproject.org/wiki/CI/Standard_Test_Interface
[2] https://fedoraproject.org/wiki/CI/Quick_Start_Guide
[3] https://fedoraproject.org/wiki/CI

One of the tests failed: shell-func.log. Are the let arithmetic operations supported in dash?

Test has been updated to be dash compatible.
One more [citest] please.

rebased onto 7c02d67

5 years ago

Fedora CI tests passed successfully.

Commit 936780b fixes this pull-request

Pull-Request has been merged by huzaifas

5 years ago

Pull-Request has been merged by huzaifas

5 years ago