mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove typo
This commit is contained in:
parent
cd10edcd0a
commit
093aed7ae7
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
@ -6,7 +6,7 @@
|
|||
FILES="usr/tests/hello usr/tests/hellof usr/tests/hello++ usr/tests/thr_hello usr/tests/pi usr/benchmarks/stream usr/benchmarks/basic"
|
||||
PROXY=/opt/hermit/bin/proxy
|
||||
|
||||
if [ $TRAVIS_BRANCH = "prodcution" ]
|
||||
if [ $TRAVIS_BRANCH == "prodcution" ]
|
||||
then
|
||||
echo "No tests on production branch"
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue