Shell script cleanup.

pull/5549/head
Jussi Pakkanen 6 years ago
parent ba4324ab9d
commit 3256e7ea63
  1. 2
      test cases/common/224 test priorities/meson.build
  2. 3
      test cases/common/224 test priorities/test.sh
  3. 5
      test cases/common/224 test priorities/testprog.py
  4. 5
      test cases/common/54 run target/scripts/script.sh

@ -1,6 +1,6 @@
project('test priorities', 'c')
test_prog = find_program('test.sh')
test_prog = find_program('testprog.py')
test('priority 0', test_prog,
args : ['0'],

@ -0,0 +1,5 @@
#!/usr/bin/env python3
import sys
print(sys.argv[1])

@ -1,5 +0,0 @@
#!/bin/sh
cd "$MESON_SOURCE_ROOT"
echo My current directory is `pwd`
echo Build dir is at $MESON_BUILD_ROOT
Loading…
Cancel
Save