#2 Added CI tests
Closed 4 years ago by mfabian. Opened 4 years ago by mfabian.
rpms/ mfabian/langtable master  into  master

@@ -0,0 +1,6 @@ 

+ #!/bin/bash

+ 

+ # Make a test fail on purpose to see what happens if a test fails:

+ perl -pi -e "s,pl_PL.UTF-8,xx_PL.UTF-8," /usr/share/doc/langtable/test_cases.py

+ 

+ /usr/bin/python3 /usr/share/doc/langtable/test_cases.py

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

+ - hosts: localhost

+   roles:

+     - role: standard-test-basic

+       tags:

+         - classic

+       tests:

+         - simple:

+             dir: scripts/

+             run: ./run_tests.sh

Metadata Update from @mfabian:
- Request assigned

4 years ago

1 new commit added

  • Make a CI test fail on purpose to see what happens if a test fails:
4 years ago

2 new commits added

  • Make a CI test fail on purpose to see what happens if a test fails:
  • Added CI tests
4 years ago

Pull-Request has been closed by mfabian

4 years ago