소스 검색

tests: bash is not necessary, use sh

Nathalie Furmento 7 년 전
부모
커밋
0d5e6c0eb4
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      tests/datawizard/locality.sh
  2. 2 2
      tests/microbenchs/tasks_size_overhead_scheds.sh
  3. 1 1
      tests/overlap/overlap.sh

+ 1 - 1
tests/datawizard/locality.sh

@@ -1,4 +1,4 @@
-#!/bin/bash -x
+#!/bin/sh -x
 #
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #

+ 2 - 2
tests/microbenchs/tasks_size_overhead_scheds.sh

@@ -1,9 +1,9 @@
-#!/bin/bash
+#!/bin/sh
 #
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
 # Copyright (C) 2016  Université de Bordeaux
-# Copyright (C) 2016  CNRS
+# Copyright (C) 2016, 2017  CNRS
 #
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
tests/overlap/overlap.sh

@@ -1,4 +1,4 @@
-#!/bin/bash -x
+#!/bin/sh -x
 #
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #