summaryrefslogtreecommitdiff
path: root/test/158-app-image-class-table
diff options
context:
space:
mode:
Diffstat (limited to 'test/158-app-image-class-table')
-rw-r--r--test/158-app-image-class-table/run.py (renamed from test/158-app-image-class-table/run)5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/158-app-image-class-table/run b/test/158-app-image-class-table/run.py
index 146e180000..76788993c9 100644
--- a/test/158-app-image-class-table/run
+++ b/test/158-app-image-class-table/run.py
@@ -14,4 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
+
+def run(ctx, args):
+ ctx.default_run(
+ args, profile=True, Xcompiler_option=["--compiler-filter=speed-profile"])