Skip to content

Commit

Permalink
trial4
Browse files Browse the repository at this point in the history
  • Loading branch information
masnak committed Jun 13, 2015
1 parent bfb2a7b commit 2a131b9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
1 change: 1 addition & 0 deletions -out1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: generic

script:

- bash ./13745136 20 12 > $tmp-out1 ; [ "$tmp-out1" = "4" ] ; echo $?
- bash ./13745136 20 12 > $tmp-out1 ; [ "$tmp-out1" = "4" ] || echo $?

#- bash ./13745136 20 10 = "10" ; echo $?

Expand Down
9 changes: 0 additions & 9 deletions .travis.yml~
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@ language: generic

script:

tmp=/tmp/$$

ERROR_EXIT () {
echo "$1" >&2
rm -f $tmp-*
exit 1
}


- bash ./13745136 20 12 > $tmp-out1 ; [ "$tmp-out1" = "4" ] ; echo $?

#- bash ./13745136 20 10 = "10" ; echo $?
Expand Down
1 change: 1 addition & 0 deletions tmp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4

0 comments on commit 2a131b9

Please sign in to comment.