From 567a3529b1e1d39e065db66ed88f0448cb39f146 Mon Sep 17 00:00:00 2001 From: Vojtech Horky Date: Tue, 9 Oct 2018 08:26:16 +0200 Subject: [PATCH] Workaround: shorter command in libisl test The in-VM tester does not handle multiline (i.e. long) commands yet. --- scenarios/coast/libisl/smoke.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scenarios/coast/libisl/smoke.yml b/scenarios/coast/libisl/smoke.yml index 9c386de..6e912bc 100644 --- a/scenarios/coast/libisl/smoke.yml +++ b/scenarios/coast/libisl/smoke.yml @@ -6,4 +6,6 @@ meta: tasks: - boot - command: - args: "from /tests/libisl/max.pip | /tests/libisl/isl_pip --format=set --context=gbr -T" + args: "cd /tests/libisl" + - command: + args: "from max.pip | ./isl_pip --format=set --context=gbr -T" -- 2.11.4.GIT