From 761c64f22b8a6c1202a2c9caafda36e154e81d41 Mon Sep 17 00:00:00 2001 From: duerpei Date: Thu, 14 Jul 2022 14:17:13 +0800 Subject: qa-test-misc: demo code submission Submit the test scripts of rpm and glib2, and the file of LICENSE and README Bug-AGL: SPEC-4345 Signed-off-by: duerpei Change-Id: I2e2311d2864285c4c5da3309486b2e1fa8adc2ec --- rpm/rootfs-scripts/resource/rpm_test.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 rpm/rootfs-scripts/resource/rpm_test.sh (limited to 'rpm/rootfs-scripts/resource/rpm_test.sh') 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 -- cgit 1.2.3-korg