Signed-off-by: Paul Moore <[email protected]> --- tests/regression | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/tests/regression b/tests/regression index e4df007..b9f81f8 100755 --- a/tests/regression +++ b/tests/regression @@ -21,7 +21,7 @@ # along with this library; if not, see <http://www.gnu.org/licenses>. # -GLBL_ARCH_SUPPORT="x86 x86_64" +GLBL_ARCH_SUPPORT="x86 x86_64 x32 arm" GLBL_SYS_RESOLVER="../tools/sys_resolver" #### @@ -804,10 +804,7 @@ else fi # determine the current system's architecture -arch=$(uname -m) -if [[ $arch != "x86_64" ]]; then - arch="x86" -fi +arch=$(../tools/arch_detect) # display the test output and run the requested tests echo "=============== $(date) ===============" >&$logfd ------------------------------------------------------------------------------ Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d _______________________________________________ libseccomp-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libseccomp-discuss
