Changeset 4bf2a11


Ignore:
Timestamp:
Jul 9, 2011, 11:26:58 PM (13 years ago)
Author:
GitHub Merge Button <merge-button@github.com>
Parents:
a130fc5 (diff), 8d8685d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge 8d8685d882b375158b4303af346ebccd0678c54b into a130fc5ed65377322966cc9423b3e4674197922c
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • runtests.sh

    r786a410 r976e58a  
    55export BARNOWL_BIN_DIR="$SRCDIR/"
    66
    7 HARNESS_PERL=./tester exec prove --failures t/
     7HARNESS_PERL=./tester exec prove "$@" t/
  • scripts/locker-build

    r401752a r4823b08  
    8585    BARNOWL="/afs/sipb.mit.edu/project/barnowl/arch/$ATHENA_SYS"
    8686    export PKG_CONFIG_PATH="$BARNOWL/lib/pkgconfig"
     87    eval $("$BARNOWL/bin/barnowl-perl-config")
    8788
    8889    SUFFIX=
  • t/completion.t

    r3001c11 r8d8685d  
    323323}
    324324
    325 mkpath("$tmpdir/.owl/",
    326        "$tmpdir/.owl/modules/",
    327        "$tmpdir/Public/",
    328        "$tmpdir/Private/",
    329        "$tmpdir/.ours",
    330        "$tmpdir/www",
    331      {mode => 0700});
     325mkpath(["$tmpdir/.owl/",
     326        "$tmpdir/.owl/modules/",
     327        "$tmpdir/Public/",
     328        "$tmpdir/Private/",
     329        "$tmpdir/.ours",
     330        "$tmpdir/www"],
     331       0, 0700);
    332332touch("$tmpdir/.zephyr.subs");
    333333touch("$tmpdir/wheee");
Note: See TracChangeset for help on using the changeset viewer.