tree-pkg/tests/tree-smoke/sync.sh
Kamil Dudka 35e5f1aae8 Related: #1982198 - implement a gating test
... based on `fmf` and `tmt`
2021-10-18 15:08:04 +02:00

11 lines
180 B
Bash
Executable File

#!/bin/bash
# print commands as they are executed by the shell interpreter
set -x
# run the test
./runtest.sh
# save current out put as the expected output
mv -v tree.{out,exp}