tree-pkg/tests/tree-smoke/sync.sh
Vincent Mihalkovic 3ce34e5562 gating: enable RHEL 10 gating
and cherry-pick from c9s: (35e5f1aa) Related: #1982198 - implement a gating test
2025-01-02 13:53:42 +01: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}