タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

Linuxとmockに関するraimon49のブックマーク (2)

  • GitHub - wolfcw/libfaketime: libfaketime modifies the system time for a single application

    libfaketime, version 0.9.10 (March 2022) ======================================== Content of this file: --------------------- 1. Introduction 2. Compatibility issues 3. Installation 4. Usage a) Basics b) Using absolute dates c) Using 'start at' dates d) Using offsets for relative dates e) Advanced features and caveats f) Faking the date and time system-wide g) Using the "faketime" wrapper script h

    GitHub - wolfcw/libfaketime: libfaketime modifies the system time for a single application
  • libfaketimeでプロセスに通知する現在日時を変更する | OSDN Magazine

    libfaketimeを用いると、プロセスに通知する現在日時を、マシンのシステムクロックとは異なる日時にすることができる。虚偽の日時を設定するというこの機能は、システム日時の参照に直接関連する機能だけでなく、更新日時など、ファイルのタイムスタンプ機能にも影響を及ぼす。libfaketimeを用いれば、マシンのシステムクロックを変更することなく、プログラムの将来の動作や異なるタイムゾーンでの動作をテストすることができる。ネットワークアプリケーションにおいては、タイムゾーンのテストができると便利である。ローカル環境ではまだ有効な証明書の期限が、あるタイムゾーンでは切れているということがあり得るからだ。 libfaketimeは、プリロードのライブラリとして動作する。これを使用するには、プログラム実行時にこの共有ライブラリが含まれるように環境変数LD_PRELOADを設定する。たとえば、LD_P

    libfaketimeでプロセスに通知する現在日時を変更する | OSDN Magazine
    raimon49
    raimon49 2013/07/15
    faketimeコマンド
  • 1