3ce34e5562
and cherry-pick from c9s: (35e5f1aa
) Related: #1982198 - implement a gating test
11 lines
180 B
Bash
Executable File
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}
|