diff options
Diffstat (limited to 'rpm/rootfs-scripts/resource/rpm_test.sh')
-rwxr-xr-x | rpm/rootfs-scripts/resource/rpm_test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rpm/rootfs-scripts/resource/rpm_test.sh b/rpm/rootfs-scripts/resource/rpm_test.sh new file mode 100755 index 0000000..dd5ce37 --- /dev/null +++ b/rpm/rootfs-scripts/resource/rpm_test.sh @@ -0,0 +1,4 @@ +#!/bin/sh +for i in tests/*.sh; do + sh $i +done |