Skip to content

Commit

Permalink
Checking travis dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
nibb13 committed Sep 30, 2017
1 parent 2c6b546 commit a084e8a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ci/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,13 @@ assert_end "Instant calls"
SCRIPT_NAME=$(basename "$0")
LOCKDIR_QUEUE="/var/lock/${SCRIPT_NAME}_queue"

mkdir $LOCKDIR_QUEUE
#mkdir $LOCKDIR_QUEUE

echo "mkdir status: $?"
#echo "mkdir status: $?"

ls -la /var
ls -la /run
la -la /run/lock

exit 0;

Expand Down

0 comments on commit a084e8a

Please sign in to comment.