Skip to content

Commit ffcbfe2

Browse files
committed
Require Python 3 to run test_sce
1 parent 64829da commit ffcbfe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/sce/test_sce.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
set -e -o pipefail
99

1010
function test_sce {
11+
require "python3" || return 255
1112

1213
local ret_val=0;
1314
local DEFFILE=${srcdir}/$1

0 commit comments

Comments
 (0)