ADDED tests/tests/priority_1/main.sh Index: tests/tests/priority_1/main.sh ================================================================== --- /dev/null +++ tests/tests/priority_1/main.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +exit 0 ADDED tests/tests/priority_10/main.sh Index: tests/tests/priority_10/main.sh ================================================================== --- /dev/null +++ tests/tests/priority_10/main.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +exit 0 ADDED tests/tests/priority_10_waiton_1/main.sh Index: tests/tests/priority_10_waiton_1/main.sh ================================================================== --- /dev/null +++ tests/tests/priority_10_waiton_1/main.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +exit 0 ADDED tests/tests/priority_2/main.sh Index: tests/tests/priority_2/main.sh ================================================================== --- /dev/null +++ tests/tests/priority_2/main.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +exit 0 ADDED tests/tests/priority_3/main.sh Index: tests/tests/priority_3/main.sh ================================================================== --- /dev/null +++ tests/tests/priority_3/main.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +exit 0 ADDED tests/tests/priority_4/main.sh Index: tests/tests/priority_4/main.sh ================================================================== --- /dev/null +++ tests/tests/priority_4/main.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +exit 0 ADDED tests/tests/priority_5/main.sh Index: tests/tests/priority_5/main.sh ================================================================== --- /dev/null +++ tests/tests/priority_5/main.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +exit 0 ADDED tests/tests/priority_6/main.sh Index: tests/tests/priority_6/main.sh ================================================================== --- /dev/null +++ tests/tests/priority_6/main.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +exit 0 ADDED tests/tests/priority_7/main.sh Index: tests/tests/priority_7/main.sh ================================================================== --- /dev/null +++ tests/tests/priority_7/main.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +exit 0 ADDED tests/tests/priority_8/main.sh Index: tests/tests/priority_8/main.sh ================================================================== --- /dev/null +++ tests/tests/priority_8/main.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +exit 0 ADDED tests/tests/priority_9/main.sh Index: tests/tests/priority_9/main.sh ================================================================== --- /dev/null +++ tests/tests/priority_9/main.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +exit 0