瀏覽代碼

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.
 #