Changeset 4bf2a11
- Timestamp:
- Jul 9, 2011, 11:26:58 PM (13 years ago)
- 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. - Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
runtests.sh
r786a410 r976e58a 5 5 export BARNOWL_BIN_DIR="$SRCDIR/" 6 6 7 HARNESS_PERL=./tester exec prove --failurest/7 HARNESS_PERL=./tester exec prove "$@" t/ -
scripts/locker-build
r401752a r4823b08 85 85 BARNOWL="/afs/sipb.mit.edu/project/barnowl/arch/$ATHENA_SYS" 86 86 export PKG_CONFIG_PATH="$BARNOWL/lib/pkgconfig" 87 eval $("$BARNOWL/bin/barnowl-perl-config") 87 88 88 89 SUFFIX= -
t/completion.t
r3001c11 r8d8685d 323 323 } 324 324 325 mkpath( "$tmpdir/.owl/",326 "$tmpdir/.owl/modules/",327 "$tmpdir/Public/",328 "$tmpdir/Private/",329 "$tmpdir/.ours",330 "$tmpdir/www",331 {mode => 0700});325 mkpath(["$tmpdir/.owl/", 326 "$tmpdir/.owl/modules/", 327 "$tmpdir/Public/", 328 "$tmpdir/Private/", 329 "$tmpdir/.ours", 330 "$tmpdir/www"], 331 0, 0700); 332 332 touch("$tmpdir/.zephyr.subs"); 333 333 touch("$tmpdir/wheee");
Note: See TracChangeset
for help on using the changeset viewer.