virtio-win/tests/scripts/run_tests.sh
Yan Vugenfirer f2d2bbd2b9 Add dummy gating test defined in test.yml that uses external script
- Resolves: rhbz#1738372

Signed-off-by: Yan Vugenfirer <yvugenfi@redhat.com>
2020-08-05 10:17:38 +03:00

5 lines
52 B
Bash
Executable File

#!/bin/sh
echo "Testing gating, let's fail"
exit 1