Changeset 60384e9


Ignore:
Timestamp:
Nov 29, 2018, 3:21:03 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
b610be5
Parents:
752ce6d
Message:

[tests] [win] workaround to escape backslashes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/wscript_build

    r752ce6d r60384e9  
    1010test_sound_target = '44100Hz_44100f_sine441_stereo.wav'
    1111test_sound_abspath = bld.path.get_bld().make_node(test_sound_target)
     12# workaround to double escape backslash characters on windows
     13test_sound_abspath = str(test_sound_abspath).replace('\\', '\\\\')
    1214
    1315bld(name='create_tests_source',
Note: See TracChangeset for help on using the changeset viewer.