change to sh script
This commit is contained in:
parent
59a511eec4
commit
09051d99fb
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/csh
|
||||
#!/bin/sh
|
||||
echo "\n========================="
|
||||
echo "\nRUN ALL TESTS FOR bjt504t\n"
|
||||
../scripts/run_all_tests_mult_1p0 $1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/csh
|
||||
#!/bin/sh
|
||||
echo "\n---------------------------"
|
||||
echo "run all tests with mult=1.0\n"
|
||||
rm ../test_specs/set_mult.inc
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/csh
|
||||
#!/bin/sh
|
||||
echo "\n---------------------------"
|
||||
echo "run all tests with mult=1.5\n"
|
||||
rm ../test_specs/set_mult.inc
|
||||
|
|
|
|||
Loading…
Reference in New Issue