8d5d041590
Find new home for downstream RHEL tests. Upstream them. The set of tests used for fedora gating stays intact: The gating tests are only those having the tier1 tag set in their main.fmf file. The testplan plans/ci.fmf filters the others out from gating. The set of Fedora gating tests stays the same as it was before this change.
8 lines
79 B
Bash
Executable File
8 lines
79 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
ruby -e 'puts "ABC"'
|
|
ruby -e '[1, 2, 3].push(4)'
|
|
sleep 10
|